Skip to content

Commit 0d4b060

Browse files
committed
Release v2.2.3
1 parent 0077d9c commit 0d4b060

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1313
### Fixed
1414

1515

16+
## [2.2.3] - 2018-02-06
17+
18+
### Fixed
19+
20+
- Compile with `NDEBUG` in `RelWithDebInfo` mode.
21+
- Better error reporting on some exceptions.
22+
23+
1624
## [2.2.2] - 2018-02-03
1725

1826
### Fixed
@@ -140,7 +148,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
140148
- Added man pages
141149

142150

143-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.2.0...HEAD
151+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.2.3...HEAD
152+
[2.2.3]: https://github.com/osmcode/osmium-tool/compare/v2.2.2...v2.2.3
153+
[2.2.2]: https://github.com/osmcode/osmium-tool/compare/v2.2.1...v2.2.2
154+
[2.2.1]: https://github.com/osmcode/osmium-tool/compare/v2.2.0...v2.2.1
144155
[2.2.0]: https://github.com/osmcode/osmium-tool/compare/v2.1.4...v2.2.0
145156
[2.1.4]: https://github.com/osmcode/osmium-tool/compare/v2.1.3...v2.1.4
146157
[2.1.3]: https://github.com/osmcode/osmium-tool/compare/v2.1.2...v2.1.3

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project(osmcoastline)
2020

2121
set(OSMCOASTLINE_VERSION_MAJOR 2)
2222
set(OSMCOASTLINE_VERSION_MINOR 2)
23-
set(OSMCOASTLINE_VERSION_PATCH 2)
23+
set(OSMCOASTLINE_VERSION_PATCH 3)
2424

2525
set(OSMCOASTLINE_VERSION
2626
${OSMCOASTLINE_VERSION_MAJOR}.${OSMCOASTLINE_VERSION_MINOR}.${OSMCOASTLINE_VERSION_PATCH})

0 commit comments

Comments
 (0)