Skip to content

Commit 02b70f2

Browse files
committed
Release v1.17.0
1 parent 209db39 commit 02b70f2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
16+
## [1.17.0] - 2025-01-14
17+
18+
### Added
19+
1120
- Add options to the "diff" command to ignore changeset, uid, and/or user
1221
attributes.
1322
- More tests.
@@ -728,7 +737,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
728737
- Minor updates to documentation and build system
729738

730739

731-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.16.0...HEAD
740+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.17.0...HEAD
741+
[1.17.0]: https://github.com/osmcode/osmium-tool/compare/v1.16.0...v1.17.0
732742
[1.16.0]: https://github.com/osmcode/osmium-tool/compare/v1.15.0...v1.16.0
733743
[1.15.0]: https://github.com/osmcode/osmium-tool/compare/v1.14.0...v1.15.0
734744
[1.14.0]: https://github.com/osmcode/osmium-tool/compare/v1.13.2...v1.14.0

CMakeLists.txt

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

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

0 commit comments

Comments
 (0)