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
+ ## [ 2.0.0] - 2025-01-09
11
+
10
12
### Fixed
11
13
- Updated excel-streaming-reader to 5.0.2
12
14
- Updated fuseki to 5.0.0
@@ -128,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128
130
- Updated excel-streaming-reader to 4.0.5
129
131
- Updated jena-fuseki-* to 4.9.0
130
132
133
+ [ 2.0.0 ] : https://github.com/RMLio/dataio/compare/v1.3.1...v2.0.0
131
134
[ 1.3.1 ] : https://github.com/RMLio/dataio/compare/v1.3.0...v1.3.1
132
135
[ 1.3.0 ] : https://github.com/RMLio/dataio/compare/v1.2.0...v1.3.0
133
136
[ 1.2.0 ] : https://github.com/RMLio/dataio/compare/v1.1.0...v1.2.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.1 </version >
13
+ <version >2.0.0 </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 >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</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