Skip to content

Commit

Permalink
Release v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 8, 2021
1 parent f430d01 commit 5523b56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Added

### Changed

### Fixed


## [1.13.0] - 2021-01-08

### Added

- Add support for negative IDs in add-locations-to-ways command.
- Show setting of `-i`, `--invert-match` option on tags-filter command.
- Show bytes read and written in verbose mode in `osmium cat` output.
Expand Down Expand Up @@ -584,7 +593,9 @@ 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.12.0...HEAD
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.13.0...HEAD
[1.13.0]: https://github.com/osmcode/osmium-tool/compare/v1.12.1...v1.13.0
[1.12.1]: https://github.com/osmcode/osmium-tool/compare/v1.12.0...v1.12.1
[1.12.0]: https://github.com/osmcode/osmium-tool/compare/v1.11.1...v1.12.0
[1.11.1]: https://github.com/osmcode/osmium-tool/compare/v1.11.0...v1.11.1
[1.11.0]: https://github.com/osmcode/osmium-tool/compare/v1.10.0...v1.11.0
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev"
project(osmium)

set(OSMIUM_VERSION_MAJOR 1)
set(OSMIUM_VERSION_MINOR 12)
set(OSMIUM_VERSION_PATCH 1)
set(OSMIUM_VERSION_MINOR 13)
set(OSMIUM_VERSION_PATCH 0)

set(OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR}.${OSMIUM_VERSION_MINOR}.${OSMIUM_VERSION_PATCH})

Expand Down

0 comments on commit 5523b56

Please sign in to comment.