Skip to content

Commit

Permalink
v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-delva committed Aug 2, 2021
1 parent f608451 commit 54bf875
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [4.12.0] - 2021-08-02

### Fixed
- R2RML: floating point differences between RDBs (see [issue 203](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/203))
- R2RML: do not percent-encode binary data (see [issue 184](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/184))
Expand Down Expand Up @@ -392,6 +394,7 @@ and [169](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/169))
- support for accessing remote files (via HTTP GET)
- basic support for functions

[4.12.0]: https://github.com/RMLio/rmlmapper-java/compare/v4.11.0...v4.12.0
[4.11.0]: https://github.com/RMLio/rmlmapper-java/compare/v4.10.1...v4.11.0
[4.10.1]: https://github.com/RMLio/rmlmapper-java/compare/v4.10.0...v4.10.1
[4.10.0]: https://github.com/RMLio/rmlmapper-java/compare/v4.9.3...v4.10.0
Expand Down
4 changes: 2 additions & 2 deletions buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Mon Jul 05 08:50:07 CEST 2021
buildNumber0=353
#Mon Aug 02 13:44:24 CEST 2021
buildNumber0=357
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>be.ugent.rml</groupId>
<artifactId>rmlmapper</artifactId>
<name>RMLMapper</name>
<version>4.11.0</version>
<version>4.12.0</version>
<description>
The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.
</description>
Expand Down

0 comments on commit 54bf875

Please sign in to comment.