From 583db02ac9193dfb5217f93c823a4975405338ac Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 20 Sep 2023 17:07:26 +0200 Subject: [PATCH] Release v1.16.0 --- CHANGELOG.md | 11 ++++++++++- CMakeLists.txt | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f01c08..80d0ee3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Added +### Changed + +### Fixed + +## [1.16.0] - 2023-09-20 + +### Added + - Add "tags" strategy option for smart extract strategy. This checks relations for the specified keys/tags. For a relation to be completed it has to match the keys/tags. @@ -703,7 +711,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.15.0...HEAD +[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.16.0...HEAD +[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 [1.13.2]: https://github.com/osmcode/osmium-tool/compare/v1.13.1...v1.13.2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d159981..45a1d04d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.5.0) -project(osmium VERSION 1.15.0 LANGUAGES CXX C) +project(osmium VERSION 1.16.0 LANGUAGES CXX C) list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")