From 60564a4e083848155e96e6f329bea171601c6639 Mon Sep 17 00:00:00 2001 From: Gerald Haesendonck Date: Thu, 30 Jan 2025 12:23:07 +0100 Subject: [PATCH] prepare for 2.0.3 release --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- pom.xml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c7e40..9eac0d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index b45fbb5..9897888 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The easiest is to include DataIO as a maven dependency: be.ugent.idlab.knows dataio - 2.0.2 + 2.0.3 ``` Check the [maven central repository](https://central.sonatype.com/search?q=be.ugent.idlab.knows&namespace=be.ugent.idlab.knows&name=dataio) diff --git a/pom.xml b/pom.xml index 5833a7a..2574d2f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 be.ugent.idlab.knows dataio - 2.0.2 + 2.0.3 dataio jar https://github.com/RMLio/dataio