Skip to content

Commit 457fdab

Browse files
committed
Release v1.18.0
1 parent c994116 commit 457fdab

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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.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

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.17.0 LANGUAGES CXX C)
11+
project(osmium VERSION 1.18.0 LANGUAGES CXX C)
1212

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

0 commit comments

Comments
 (0)