Skip to content

Commit 913d3f1

Browse files
committed
release v8.0.0
1 parent 5a08b08 commit 913d3f1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## [8.0.0] - 2025-09-18
11+
1012
### Fixed
1113
- A join between triples maps with different logical targets might result in quads ending up in wrong targets.
1214
- rmle:contentTypeHeader and rmle:acceptHeader is replaced by generic htv:headers for Http Request Targets.
@@ -817,6 +819,7 @@ and [169](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/169))
817819
- support for accessing remote files (via HTTP GET)
818820
- basic support for functions
819821

822+
[8.0.0]: https://github.com/RMLio/rmlmapper-java/compare/v7.3.3...v8.0.0
820823
[7.3.3]: https://github.com/RMLio/rmlmapper-java/compare/v7.3.2...v7.3.3
821824
[7.3.2]: https://github.com/RMLio/rmlmapper-java/compare/v7.3.1...v7.3.2
822825
[7.3.1]: https://github.com/RMLio/rmlmapper-java/compare/v7.3.0...v7.3.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>be.ugent.rml</groupId>
44
<artifactId>rmlmapper</artifactId>
55
<name>RMLMapper</name>
6-
<version>7.3.3</version>
6+
<version>8.0.0</version>
77
<description>
88
The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.
99
</description>

0 commit comments

Comments
 (0)