Skip to content

Commit bd13056

Browse files
committed
Release v2.2.0
1 parent 00520a4 commit bd13056

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
16+
## [2.2.0] - 2018-09-05
17+
18+
### Added
19+
1120
- Add spatialite scripts for creating grids for splitting.
1221
- CMake config adds `clang-tidy` target.
1322

@@ -108,7 +117,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
108117
- Added man pages
109118

110119

111-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.1.4...HEAD
120+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.2.0...HEAD
121+
[2.2.0]: https://github.com/osmcode/osmium-tool/compare/v2.1.4...v2.2.0
112122
[2.1.4]: https://github.com/osmcode/osmium-tool/compare/v2.1.3...v2.1.4
113123
[2.1.3]: https://github.com/osmcode/osmium-tool/compare/v2.1.2...v2.1.3
114124
[2.1.2]: https://github.com/osmcode/osmium-tool/compare/v2.1.1...v2.1.2

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
1919
project(osmcoastline)
2020

2121
set(OSMCOASTLINE_VERSION_MAJOR 2)
22-
set(OSMCOASTLINE_VERSION_MINOR 1)
23-
set(OSMCOASTLINE_VERSION_PATCH 4)
22+
set(OSMCOASTLINE_VERSION_MINOR 2)
23+
set(OSMCOASTLINE_VERSION_PATCH 0)
2424

2525
set(OSMCOASTLINE_VERSION
2626
${OSMCOASTLINE_VERSION_MAJOR}.${OSMCOASTLINE_VERSION_MINOR}.${OSMCOASTLINE_VERSION_PATCH})

0 commit comments

Comments
 (0)