Skip to content

Commit 2517ca0

Browse files
committed
Release v1.13.1
1 parent e18e4d4 commit 2517ca0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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.13.1] - 2021-02-01
17+
18+
### Changed
19+
1320
- Update `osmium-file-formats` man page to include newer file format options.
1421

1522
### Fixed
@@ -601,7 +608,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
601608
- Minor updates to documentation and build system
602609

603610

604-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.13.0...HEAD
611+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v1.13.1...HEAD
612+
[1.13.1]: https://github.com/osmcode/osmium-tool/compare/v1.13.0...v1.13.1
605613
[1.13.0]: https://github.com/osmcode/osmium-tool/compare/v1.12.1...v1.13.0
606614
[1.12.1]: https://github.com/osmcode/osmium-tool/compare/v1.12.0...v1.12.1
607615
[1.12.0]: https://github.com/osmcode/osmium-tool/compare/v1.11.1...v1.12.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ project(osmium)
2626

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

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

0 commit comments

Comments
 (0)