File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 88
99cmake_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
1313list (APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake" )
1414
You can’t perform that action at this time.
0 commit comments