We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95f003 commit 9564706Copy full SHA for 9564706
CHANGELOG.md
@@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
8
9
### Added
10
11
+### Changed
12
+
13
+### Fixed
14
15
16
+## [2.2.1] - 2018-12-07
17
18
+### Added
19
20
- We have now proper test cases. Just a few, but at least there is a framework
21
for automated testing now.
22
CMakeLists.txt
@@ -20,7 +20,7 @@ project(osmcoastline)
set(OSMCOASTLINE_VERSION_MAJOR 2)
set(OSMCOASTLINE_VERSION_MINOR 2)
23
-set(OSMCOASTLINE_VERSION_PATCH 0)
+set(OSMCOASTLINE_VERSION_PATCH 1)
24
25
set(OSMCOASTLINE_VERSION
26
${OSMCOASTLINE_VERSION_MAJOR}.${OSMCOASTLINE_VERSION_MINOR}.${OSMCOASTLINE_VERSION_PATCH})
0 commit comments