File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,27 @@ This project adheres to [Semantic Versioning](https://semver.org/).
13
13
### Fixed
14
14
15
15
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
17
29
18
30
### Fixed
19
31
20
32
- Compile with ` NDEBUG ` in ` RelWithDebInfo ` mode.
21
33
- Better error reporting on some exceptions.
22
34
23
35
24
- ## [ 2.2.2] - 2018 -02-03
36
+ ## [ 2.2.2] - 2019 -02-03
25
37
26
38
### Fixed
27
39
@@ -148,7 +160,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
148
160
- Added man pages
149
161
150
162
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
152
165
[ 2.2.3 ] : https://github.com/osmcode/osmium-tool/compare/v2.2.2...v2.2.3
153
166
[ 2.2.2 ] : https://github.com/osmcode/osmium-tool/compare/v2.2.1...v2.2.2
154
167
[ 2.2.1 ] : https://github.com/osmcode/osmium-tool/compare/v2.2.0...v2.2.1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ project(osmcoastline)
20
20
21
21
set (OSMCOASTLINE_VERSION_MAJOR 2)
22
22
set (OSMCOASTLINE_VERSION_MINOR 2)
23
- set (OSMCOASTLINE_VERSION_PATCH 3 )
23
+ set (OSMCOASTLINE_VERSION_PATCH 4 )
24
24
25
25
set (OSMCOASTLINE_VERSION
26
26
${OSMCOASTLINE_VERSION_MAJOR} .${OSMCOASTLINE_VERSION_MINOR} .${OSMCOASTLINE_VERSION_PATCH} )
You can’t perform that action at this time.
0 commit comments