From 02b70f2c0df142f09ca24ffa633b6d3d1ec1e3eb Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Tue, 14 Jan 2025 10:43:22 +0100 Subject: [PATCH] Release v1.17.0 --- CHANGELOG.md | 12 +++++++++++- CMakeLists.txt | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 116425c..2c42070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index e29f311..a56983e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")