Skip to content

Commit 18ac055

Browse files
committed
Release v1.19.1
1 parent f4035a1 commit 18ac055

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 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+
## [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

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(osmium VERSION 1.19.0 LANGUAGES CXX C)
11+
project(osmium VERSION 1.19.1 LANGUAGES CXX C)
1212

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

0 commit comments

Comments
 (0)