Skip to content

Commit 23ae1b0

Browse files
committed
Release v2.5.0
1 parent 65a73af commit 23ae1b0

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

1111
### Changed
1212

13+
### Fixed
14+
15+
16+
## [2.5.0] - 2026-01-18
17+
18+
### Changed
19+
1320
- Switch from using text ids to 64bit integer ids.
1421
- Various small code cleanups.
1522

@@ -233,7 +240,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
233240
- Added man pages
234241

235242

236-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.4.0...HEAD
243+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.5.0...HEAD
244+
[2.5.0]: https://github.com/osmcode/osmium-tool/compare/v2.4.1...v2.5.0
245+
[2.4.1]: https://github.com/osmcode/osmium-tool/compare/v2.4.0...v2.4.1
237246
[2.4.0]: https://github.com/osmcode/osmium-tool/compare/v2.3.1...v2.4.0
238247
[2.3.1]: https://github.com/osmcode/osmium-tool/compare/v2.3.0...v2.3.1
239248
[2.3.0]: https://github.com/osmcode/osmium-tool/compare/v2.2.4...v2.3.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
cmake_minimum_required(VERSION 3.10)
1010

11-
project(osmcoastline VERSION 2.4.1 LANGUAGES CXX C)
11+
project(osmcoastline VERSION 2.5.0 LANGUAGES CXX C)
1212

1313
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
1414

0 commit comments

Comments
 (0)