File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
### Added
10
10
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+
16
+ ## [ 2.12.0] - 2017-03-07
17
+
18
+ ### Added
19
+
11
20
- ` TagMatcher ` and ` TagsFilter ` classes for more flexibly matching tags and
12
21
selecting objects based on tags. This obsoletes the less flexible classes
13
22
based on ` osmium::tags::Filter ` classes.
@@ -572,7 +581,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
572
581
Doxygen (up to version 1.8.8). This version contains a workaround to fix
573
582
this.
574
583
575
- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.10.3...HEAD
584
+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.12.0...HEAD
585
+ [ 2.12.0 ] : https://github.com/osmcode/libosmium/compare/v2.11.0...v2.12.0
586
+ [ 2.11.0 ] : https://github.com/osmcode/libosmium/compare/v2.10.3...v2.11.0
576
587
[ 2.10.3 ] : https://github.com/osmcode/libosmium/compare/v2.10.2...v2.10.3
577
588
[ 2.10.2 ] : https://github.com/osmcode/libosmium/compare/v2.10.1...v2.10.2
578
589
[ 2.10.1 ] : https://github.com/osmcode/libosmium/compare/v2.10.0...v2.10.1
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo;MinSizeRel;Dev;Cover
24
24
project (libosmium)
25
25
26
26
set (LIBOSMIUM_VERSION_MAJOR 2)
27
- set (LIBOSMIUM_VERSION_MINOR 11 )
27
+ set (LIBOSMIUM_VERSION_MINOR 12 )
28
28
set (LIBOSMIUM_VERSION_PATCH 0)
29
29
30
30
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 11
37
+ #define LIBOSMIUM_VERSION_MINOR 12
38
38
#define LIBOSMIUM_VERSION_PATCH 0
39
39
40
- #define LIBOSMIUM_VERSION_STRING " 2.11 .0"
40
+ #define LIBOSMIUM_VERSION_STRING " 2.12 .0"
41
41
42
42
#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments