File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,20 @@ This project adheres to [Semantic Versioning](https://semver.org/).
10
10
11
11
### Changed
12
12
13
+ ### Fixed
14
+
15
+ ## [ 2.19.0] - 2023-01-19
16
+
17
+ ### Changed
18
+
13
19
* Mark RapidJSON support as deprecated.
14
20
* Update included Catch to v2.13.10.
15
21
* Remove deprecated BoolVector class.
16
22
* Remove deprecated NWRIdSet class.
17
23
* Remove deprecated AssemblerConfig constructor.
18
24
* Print start of offending string in overlong string exception.
19
25
* Implement ` set_thread_name() ` on FreeBSD.
26
+ * Some small code cleanups.
20
27
21
28
### Fixed
22
29
@@ -1264,7 +1271,8 @@ long time. These will not be part of the next version of libosmium:
1264
1271
Doxygen (up to version 1.8.8). This version contains a workaround to fix
1265
1272
this.
1266
1273
1267
- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.18.0...HEAD
1274
+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.19.0...HEAD
1275
+ [ 2.19.0 ] : https://github.com/osmcode/libosmium/compare/v2.18.9...v2.19.0
1268
1276
[ 2.18.0 ] : https://github.com/osmcode/libosmium/compare/v2.17.3...v2.18.0
1269
1277
[ 2.17.3 ] : https://github.com/osmcode/libosmium/compare/v2.17.2...v2.17.3
1270
1278
[ 2.17.2 ] : https://github.com/osmcode/libosmium/compare/v2.17.1...v2.17.2
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev;Cover
39
39
project (libosmium)
40
40
41
41
set (LIBOSMIUM_VERSION_MAJOR 2)
42
- set (LIBOSMIUM_VERSION_MINOR 18 )
42
+ set (LIBOSMIUM_VERSION_MINOR 19 )
43
43
set (LIBOSMIUM_VERSION_PATCH 0)
44
44
45
45
set (LIBOSMIUM_VERSION
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ DEALINGS IN THE SOFTWARE.
34
34
*/
35
35
36
36
#define LIBOSMIUM_VERSION_MAJOR 2
37
- #define LIBOSMIUM_VERSION_MINOR 18
37
+ #define LIBOSMIUM_VERSION_MINOR 19
38
38
#define LIBOSMIUM_VERSION_PATCH 0
39
39
40
- #define LIBOSMIUM_VERSION_STRING " 2.18 .0"
40
+ #define LIBOSMIUM_VERSION_STRING " 2.19 .0"
41
41
42
42
#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments