Skip to content

Commit 8c2a0aa

Browse files
committed
prepare v0.2.0 release [skip ci]
1 parent d97580a commit 8c2a0aa

File tree

4 files changed

+10
-65
lines changed

4 files changed

+10
-65
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
## [0.2.0] - 2018-08-09
55

66
### Added
7+
- SemanticEntity for typesafe RDF-exposure of member variables
8+
- RDFVector (previously RDFEntity)
79

810
### Changed
9-
10-
### Deprecated
11-
12-
### Removed
11+
- GEOS as replacement for GDAL
12+
- Global coordinate systems now based on geographiclib
13+
- RDFEntity is now an interface for iterable RDF containers
14+
- registerChildEntity now public
1315

1416
### Fixed
17+
- Problems with accessing/comparing RDFPropertyMap-entries
18+
- libsqlite3-dev dependency in CMakeLists
1519

16-
## [0.1.0] - 2018-07-06 - Initial Release with GDAL support.
20+
## [0.1.0] - 2018-07-06 - Initial Release with GDAL support.

notes.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/sempr-core.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ database=@DATABASE@
55

66
Name: sempr-core
77
Description: Core library of SEMPR (Semantic Environment Mapping, Processing and Reasoning)
8-
Version: 0.1.0
8+
Version: 0.2.0
99
Requires: libodb libodb-boost libodb-sqlite eigen3 soprano
1010
Libs: -L${libdir} -lsempr_core -lgeos -lGeographic
1111
Cflags: -D@CONFIG_DATABASE@ -I${includedir} -I${includedir}/sempr/odb_gen

0 commit comments

Comments
 (0)