Skip to content

Commit

Permalink
prepare for 2.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Jan 30, 2025
1 parent 20a91b9 commit 60564a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.0.3] - 2025-01-30

### Fixed
- Update Javadoc

## [2.0.2] - 2025-01-30

### Changed
- Explicitly declare checked exceptions instead of generic `Exception`.
- Update Javadoc

## [2.0.1] - 2025-01-22

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

[2.0.3]: https://github.com/RMLio/dataio/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/RMLio/dataio/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/RMLio/dataio/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/RMLio/dataio/compare/v1.3.1...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency:
<dependency>
<groupId>be.ugent.idlab.knows</groupId>
<artifactId>dataio</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
```
Check the [maven central repository](https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.ugent.idlab.knows</groupId>
<artifactId>dataio</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<name>dataio</name>
<packaging>jar</packaging>
<url>https://github.com/RMLio/dataio</url>
Expand Down

0 comments on commit 60564a4

Please sign in to comment.