Skip to content

Commit 583db02

Browse files
committed
Release v1.16.0
1 parent 4552f09 commit 583db02

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
cmake_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

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

0 commit comments

Comments
 (0)