File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## [ 1.3.1] - 2024-08-12
11
+
10
12
### Fixed
11
13
- DATAIO_NULL value when CSV quoted string has multiple new lines (GitHub [ issue 238] ( https://github.com/RMLio/rmlmapper-java/issues/238 ) ).
12
14
- Typo in ` bump-version.sh `
@@ -99,6 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
101
- Updated excel-streaming-reader to 4.0.5
100
102
- Updated jena-fuseki-* to 4.9.0
101
103
104
+ [ 1.3.1 ] : https://github.com/RMLio/dataio/compare/v1.3.0...v1.3.1
102
105
[ 1.3.0 ] : https://github.com/RMLio/dataio/compare/v1.2.0...v1.3.0
103
106
[ 1.2.0 ] : https://github.com/RMLio/dataio/compare/v1.1.0...v1.2.0
104
107
[ 1.1.0 ] : https://github.com/RMLio/dataio/compare/v1.0.4...v1.1.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency:
10
10
<dependency >
11
11
<groupId >be.ugent.idlab.knows</groupId >
12
12
<artifactId >dataio</artifactId >
13
- <version >1.3.0 </version >
13
+ <version >1.3.1 </version >
14
14
</dependency >
15
15
```
16
16
Check the [ maven central repository] ( https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio )
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >be.ugent.idlab.knows</groupId >
5
5
<artifactId >dataio</artifactId >
6
- <version >1.3.0 </version >
6
+ <version >1.3.1 </version >
7
7
<name >dataio</name >
8
8
<packaging >jar</packaging >
9
9
<url >https://github.com/RMLio/dataio</url >
You can’t perform that action at this time.
0 commit comments