Skip to content

Commit 214cc1e

Browse files
committed
Release v1.15.0
1 parent 1305bbf commit 214cc1e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1010

1111
### Changed
1212

13+
### Fixed
14+
15+
16+
## [1.15.0] - 2023-01-19
17+
18+
### Changed
19+
1320
- Now requires libosmium version 2.17.0 or newer.
1421
- Remove the long-deprecated `--remove-deleted/--simplify` option on the
1522
`apply-changes` command.
@@ -686,7 +693,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
686693
- Minor updates to documentation and build system
687694

688695

689-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.14.0...HEAD
696+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.15.0...HEAD
697+
[1.15.0]: https://github.com/osmcode/osmium-tool/compare/v1.14.0...v1.15.0
690698
[1.14.0]: https://github.com/osmcode/osmium-tool/compare/v1.13.2...v1.14.0
691699
[1.13.2]: https://github.com/osmcode/osmium-tool/compare/v1.13.1...v1.13.2
692700
[1.13.1]: https://github.com/osmcode/osmium-tool/compare/v1.13.0...v1.13.1

CMakeLists.txt

+1-1
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.14.0 LANGUAGES CXX C)
11+
project(osmium VERSION 1.15.0 LANGUAGES CXX C)
1212

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

0 commit comments

Comments
 (0)