Skip to content

Commit de90727

Browse files
committed
Release v2.2.4
1 parent 26fe1b4 commit de90727

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,27 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1313
### Fixed
1414

1515

16-
## [2.2.3] - 2018-02-06
16+
## [2.2.4] - 2019-02-27
17+
18+
### Changed
19+
20+
- Also look for newer clang-tidy versions in CMake config.
21+
22+
### Fixed
23+
24+
- Put Antarctic closure to exactly +/- 180 degree longitude.
25+
- Add try/catch around most of main so we don't end with exception.
26+
27+
28+
## [2.2.3] - 2019-02-06
1729

1830
### Fixed
1931

2032
- Compile with `NDEBUG` in `RelWithDebInfo` mode.
2133
- Better error reporting on some exceptions.
2234

2335

24-
## [2.2.2] - 2018-02-03
36+
## [2.2.2] - 2019-02-03
2537

2638
### Fixed
2739

@@ -148,7 +160,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
148160
- Added man pages
149161

150162

151-
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.2.3...HEAD
163+
[unreleased]: https://github.com/osmcode/osmium-tool/compare/v2.2.4...HEAD
164+
[2.2.4]: https://github.com/osmcode/osmium-tool/compare/v2.2.3...v2.2.4
152165
[2.2.3]: https://github.com/osmcode/osmium-tool/compare/v2.2.2...v2.2.3
153166
[2.2.2]: https://github.com/osmcode/osmium-tool/compare/v2.2.1...v2.2.2
154167
[2.2.1]: https://github.com/osmcode/osmium-tool/compare/v2.2.0...v2.2.1

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 3)
23+
set(OSMCOASTLINE_VERSION_PATCH 4)
2424

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

0 commit comments

Comments
 (0)