File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## [ 2.0.3] - 2025-01-30
11
+
12
+ ### Fixed
13
+ - Update Javadoc
14
+
10
15
## [ 2.0.2] - 2025-01-30
16
+
17
+ ### Changed
11
18
- Explicitly declare checked exceptions instead of generic ` Exception ` .
12
- - Update Javadoc
13
19
14
20
## [ 2.0.1] - 2025-01-22
15
21
@@ -139,6 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139
145
- Updated excel-streaming-reader to 4.0.5
140
146
- Updated jena-fuseki-* to 4.9.0
141
147
148
+ [ 2.0.3 ] : https://github.com/RMLio/dataio/compare/v2.0.2...v2.0.3
142
149
[ 2.0.2 ] : https://github.com/RMLio/dataio/compare/v2.0.1...v2.0.2
143
150
[ 2.0.1 ] : https://github.com/RMLio/dataio/compare/v2.0.0...v2.0.1
144
151
[ 2.0.0 ] : https://github.com/RMLio/dataio/compare/v1.3.1...v2.0.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.2 </version >
13
+ <version >2.0.3 </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.2 </version >
6
+ <version >2.0.3 </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