Skip to content

Commit

Permalink
Release v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 14, 2025
1 parent 209db39 commit 02b70f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

### Changed

### Fixed


## [1.17.0] - 2025-01-14

### Added

- Add options to the "diff" command to ignore changeset, uid, and/or user
attributes.
- More tests.
Expand Down Expand Up @@ -728,7 +737,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Minor updates to documentation and build system


[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.16.0...HEAD
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.17.0...HEAD
[1.17.0]: https://github.com/osmcode/osmium-tool/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/osmcode/osmium-tool/compare/v1.15.0...v1.16.0
[1.15.0]: https://github.com/osmcode/osmium-tool/compare/v1.14.0...v1.15.0
[1.14.0]: https://github.com/osmcode/osmium-tool/compare/v1.13.2...v1.14.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

cmake_minimum_required(VERSION 3.10)

project(osmium VERSION 1.16.0 LANGUAGES CXX C)
project(osmium VERSION 1.17.0 LANGUAGES CXX C)

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

Expand Down

0 comments on commit 02b70f2

Please sign in to comment.