Skip to content

Commit 28a7dd5

Browse files
author
gh
committed
prepare for 1.3.1 release
1 parent 9dec1ac commit 28a7dd5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

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

104+
[1.3.1]: https://github.com/RMLio/dataio/compare/v1.3.0...v1.3.1
102105
[1.3.0]: https://github.com/RMLio/dataio/compare/v1.2.0...v1.3.0
103106
[1.2.0]: https://github.com/RMLio/dataio/compare/v1.1.0...v1.2.0
104107
[1.1.0]: https://github.com/RMLio/dataio/compare/v1.0.4...v1.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency:
1010
<dependency>
1111
<groupId>be.ugent.idlab.knows</groupId>
1212
<artifactId>dataio</artifactId>
13-
<version>1.3.0</version>
13+
<version>1.3.1</version>
1414
</dependency>
1515
```
1616
Check the [maven central repository](https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>be.ugent.idlab.knows</groupId>
55
<artifactId>dataio</artifactId>
6-
<version>1.3.0</version>
6+
<version>1.3.1</version>
77
<name>dataio</name>
88
<packaging>jar</packaging>
99
<url>https://github.com/RMLio/dataio</url>

0 commit comments

Comments
 (0)