File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ project(osmium)
2626
2727set (OSMIUM_VERSION_MAJOR 1)
2828set (OSMIUM_VERSION_MINOR 13)
29- set (OSMIUM_VERSION_PATCH 0 )
29+ set (OSMIUM_VERSION_PATCH 1 )
3030
3131set (OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR} .${OSMIUM_VERSION_MINOR} .${OSMIUM_VERSION_PATCH} )
3232
You can’t perform that action at this time.
0 commit comments