From fa2638b414e014448314e2dcdbb68c15df6c3821 Mon Sep 17 00:00:00 2001 From: dennisvang <29799340+dennisvang@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:48:47 +0200 Subject: [PATCH] bump version to 0.2.0dev0 the changes are backward incompatible, but we are still in major 0, so we only increment minor --- CHANGELOG.md | 10 ++++++++-- pom.xml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ca01f..7a23a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.0dev0] - 2024 Oct 25 + +### Changed (backward incompatible) + - changed package namespace from `nl.dtls` to `org.fairdatateam` -- changed `groupId` to `org.fairdatateam.rdf` +- changed `groupId` to `io.github.dennisvang` (TODO: change to `org.fairdatateam.rdf` before merge with upstream) [Unreleased]: https://github.com/fairdatateam/rdf-resource-resolver/compare/master...HEAD +[0.2.0dev0]: https://github.com/dennisvang/rdf-resource-resolver-fork/releases/tag/0.2.0dev0 diff --git a/pom.xml b/pom.xml index b1c7402..1f78bfc 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ - 0.1.3dev0 + 0.2.0dev0 UTF-8