Skip to content

Commit

Permalink
Release v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 19, 2023
1 parent 1305bbf commit 214cc1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Changed

### Fixed


## [1.15.0] - 2023-01-19

### Changed

- Now requires libosmium version 2.17.0 or newer.
- Remove the long-deprecated `--remove-deleted/--simplify` option on the
`apply-changes` command.
Expand Down Expand Up @@ -686,7 +693,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.14.0...HEAD
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.15.0...HEAD
[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
[1.13.1]: https://github.com/osmcode/osmium-tool/compare/v1.13.0...v1.13.1
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.14.0 LANGUAGES CXX C)
project(osmium VERSION 1.15.0 LANGUAGES CXX C)

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

Expand Down

0 comments on commit 214cc1e

Please sign in to comment.