File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88
99### Added
1010
11+ ### Changed
12+
13+ ### Fixed
14+
15+ ## [ 1.16.0] - 2023-09-20
16+
17+ ### Added
18+
1119- Add "tags" strategy option for smart extract strategy. This checks relations
1220 for the specified keys/tags. For a relation to be completed it has to match
1321 the keys/tags.
@@ -703,7 +711,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
703711- Minor updates to documentation and build system
704712
705713
706- [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.15.0...HEAD
714+ [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v1.16.0...HEAD
715+ [ 1.16.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.15.0...v1.16.0
707716[ 1.15.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.14.0...v1.15.0
708717[ 1.14.0 ] : https://github.com/osmcode/osmium-tool/compare/v1.13.2...v1.14.0
709718[ 1.13.2 ] : https://github.com/osmcode/osmium-tool/compare/v1.13.1...v1.13.2
Original file line number Diff line number Diff line change 88
99cmake_minimum_required (VERSION 3.5.0)
1010
11- project (osmium VERSION 1.15 .0 LANGUAGES CXX C)
11+ project (osmium VERSION 1.16 .0 LANGUAGES CXX C)
1212
1313list (APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake" )
1414
You can’t perform that action at this time.
0 commit comments