File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed 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+ ## [ 1.18.0] - 2025-03-17
17+
18+ ### Changed
19+
1320- If the newest libosmium is used, the ` extract ` command will now work with
1421 relation ids that do not fit into 32bit.
1522- Set header timestamp in ` time-filter ` output file in some situations.
@@ -746,7 +753,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
746753- Minor updates to documentation and build system
747754
748755
749- [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.17.0...HEAD
756+ [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.18.0...HEAD
757+ [ 1.18.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.17.0...v1.18.0
750758[ 1.17.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.16.0...v1.17.0
751759[ 1.16.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.15.0...v1.16.0
752760[ 1.15.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.14.0...v1.15.0
Original file line number Diff line number Diff line change 88
99cmake_minimum_required (VERSION 3.10)
1010
11- project (osmium VERSION 1.17 .0 LANGUAGES CXX C)
11+ project (osmium VERSION 1.18 .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