Skip to content

Commit 6af1f74

Browse files
committed
CHANGELOG: release v7.1.0
1 parent 8ed869c commit 6af1f74

3 files changed

Lines changed: 6 additions & 3 deletions

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+
## [7.1.0] - 2024-08-13
11+
1012
### Added
1113
- Serialization format TriG is now supported for Logical Targets (fixes GitHub [issue 225](https://github.com/RMLio/rmlmapper-java/issues/225)).
1214

@@ -737,6 +739,7 @@ and [169](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/169))
737739
- support for accessing remote files (via HTTP GET)
738740
- basic support for functions
739741

742+
[7.1.0]: https://github.com/RMLio/rmlmapper-java/compare/v7.0.0...v7.1.0
740743
[7.0.0]: https://github.com/RMLio/rmlmapper-java/compare/v6.5.1...v7.0.0
741744
[6.5.1]: https://github.com/RMLio/rmlmapper-java/compare/v6.5.0...v6.5.1
742745
[6.5.0]: https://github.com/RMLio/rmlmapper-java/compare/v6.3.0...v6.5.0

buildNumber.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#maven.buildNumber.plugin properties file
2-
#Fri Jun 07 09:38:54 GMT 2024
3-
buildNumber0=372
2+
#Tue Aug 13 08:29:04 GMT 2024
3+
buildNumber0=373

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.0.0</version>
6+
<version>7.1.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)