Skip to content

Commit 60564a4

Browse files
committed
prepare for 2.0.3 release
1 parent 20a91b9 commit 60564a4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [2.0.3] - 2025-01-30
11+
12+
### Fixed
13+
- Update Javadoc
14+
1015
## [2.0.2] - 2025-01-30
16+
17+
### Changed
1118
- Explicitly declare checked exceptions instead of generic `Exception`.
12-
- Update Javadoc
1319

1420
## [2.0.1] - 2025-01-22
1521

@@ -139,6 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139145
- Updated excel-streaming-reader to 4.0.5
140146
- Updated jena-fuseki-* to 4.9.0
141147

148+
[2.0.3]: https://github.com/RMLio/dataio/compare/v2.0.2...v2.0.3
142149
[2.0.2]: https://github.com/RMLio/dataio/compare/v2.0.1...v2.0.2
143150
[2.0.1]: https://github.com/RMLio/dataio/compare/v2.0.0...v2.0.1
144151
[2.0.0]: https://github.com/RMLio/dataio/compare/v1.3.1...v2.0.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>2.0.2</version>
13+
<version>2.0.3</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>2.0.2</version>
6+
<version>2.0.3</version>
77
<name>dataio</name>
88
<packaging>jar</packaging>
99
<url>https://github.com/RMLio/dataio</url>

0 commit comments

Comments
 (0)