Skip to content

Commit

Permalink
prepare for 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gh committed Aug 12, 2024
1 parent 9dec1ac commit 28a7dd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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](https://semver.org/spec/v2.0.0

## Unreleased

## [1.3.1] - 2024-08-12

### Fixed
- DATAIO_NULL value when CSV quoted string has multiple new lines (GitHub [issue 238](https://github.com/RMLio/rmlmapper-java/issues/238)).
- Typo in `bump-version.sh`
Expand Down Expand Up @@ -99,6 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated excel-streaming-reader to 4.0.5
- Updated jena-fuseki-* to 4.9.0

[1.3.1]: https://github.com/RMLio/dataio/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/RMLio/dataio/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/RMLio/dataio/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/RMLio/dataio/compare/v1.0.4...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency:
<dependency>
<groupId>be.ugent.idlab.knows</groupId>
<artifactId>dataio</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```
Check the [maven central repository](https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.ugent.idlab.knows</groupId>
<artifactId>dataio</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<name>dataio</name>
<packaging>jar</packaging>
<url>https://github.com/RMLio/dataio</url>
Expand Down

0 comments on commit 28a7dd5

Please sign in to comment.