Skip to content

Commit 5523b56

Browse files
committed
Release v1.13.0
1 parent f430d01 commit 5523b56

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
16+
## [1.13.0] - 2021-01-08
17+
18+
### Added
19+
1120
- Add support for negative IDs in add-locations-to-ways command.
1221
- Show setting of `-i`, `--invert-match` option on tags-filter command.
1322
- Show bytes read and written in verbose mode in `osmium cat` output.
@@ -584,7 +593,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
584593
- Minor updates to documentation and build system
585594

586595

587-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.12.0...HEAD
596+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.13.0...HEAD
597+
[1.13.0]: https://github.com/osmcode/osmium-tool/compare/v1.12.1...v1.13.0
598+
[1.12.1]: https://github.com/osmcode/osmium-tool/compare/v1.12.0...v1.12.1
588599
[1.12.0]: https://github.com/osmcode/osmium-tool/compare/v1.11.1...v1.12.0
589600
[1.11.1]: https://github.com/osmcode/osmium-tool/compare/v1.11.0...v1.11.1
590601
[1.11.0]: https://github.com/osmcode/osmium-tool/compare/v1.10.0...v1.11.0

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev"
2525
project(osmium)
2626

2727
set(OSMIUM_VERSION_MAJOR 1)
28-
set(OSMIUM_VERSION_MINOR 12)
29-
set(OSMIUM_VERSION_PATCH 1)
28+
set(OSMIUM_VERSION_MINOR 13)
29+
set(OSMIUM_VERSION_PATCH 0)
3030

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

0 commit comments

Comments
 (0)