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+ ## [ 1.19.1] - 2026-04-07
17+
18+ ### Changed
19+
1320* Various documentation changes.
1421
1522### Fixed
@@ -778,7 +785,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
778785- Minor updates to documentation and build system
779786
780787
781- [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.19.0...HEAD
788+ [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.19.1...HEAD
789+ [ 1.19.1 ] : https://github.com/osmcode/osmium-tool/compare/v1.19.0...v1.19.1
782790[ 1.19.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.18.0...v1.19.0
783791[ 1.18.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.17.0...v1.18.0
784792[ 1.17.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.16.0...v1.17.0
Original file line number Diff line number Diff line change 88
99cmake_minimum_required (VERSION 3.10 )
1010
11- project (osmium VERSION 1.19.0 LANGUAGES CXX C )
11+ project (osmium VERSION 1.19.1 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