Skip to content

Commit 4bdcf7a

Browse files
committed
Release v2.4.0
1 parent ef1b47c commit 4bdcf7a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+11-1
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.4.0] - 2022-12-22
17+
18+
### Added
19+
1120
- `--format` option to `osmcoastline_filter` to set output file format.
1221

1322
### Changed
@@ -206,7 +215,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
206215
- Added man pages
207216

208217

209-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.3.1...HEAD
218+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.4.0...HEAD
219+
[2.4.0]: https://github.com/osmcode/osmium-tool/compare/v2.3.1...v2.4.0
210220
[2.3.1]: https://github.com/osmcode/osmium-tool/compare/v2.3.0...v2.3.1
211221
[2.3.0]: https://github.com/osmcode/osmium-tool/compare/v2.2.4...v2.3.0
212222
[2.2.4]: https://github.com/osmcode/osmium-tool/compare/v2.2.3...v2.2.4

CMakeLists.txt

+2-2
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 3)
23-
set(OSMCOASTLINE_VERSION_PATCH 1)
22+
set(OSMCOASTLINE_VERSION_MINOR 4)
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)