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.1] - 2025-01-22
11
+
10
12
### Fixed
11
13
- Upgrade snowflake-jdbc to 3.21.0 to fix security CVEs.
12
14
@@ -133,6 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133
135
- Updated excel-streaming-reader to 4.0.5
134
136
- Updated jena-fuseki-* to 4.9.0
135
137
138
+ [ 2.0.1 ] : https://github.com/RMLio/dataio/compare/v2.0.0...v2.0.1
136
139
[ 2.0.0 ] : https://github.com/RMLio/dataio/compare/v1.3.1...v2.0.0
137
140
[ 1.3.1 ] : https://github.com/RMLio/dataio/compare/v1.3.0...v1.3.1
138
141
[ 1.3.0 ] : https://github.com/RMLio/dataio/compare/v1.2.0...v1.3.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 >2.0.0 </version >
13
+ <version >2.0.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 >2.0.0 </version >
6
+ <version >2.0.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