Skip to content

Commit

Permalink
Release v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Sep 20, 2023
1 parent 4552f09 commit 583db02
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
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.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")

Expand Down

0 comments on commit 583db02

Please sign in to comment.