From 9bfdb1c857be0f5a97d05307a749a67c6635d181 Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Mon, 4 Nov 2024 19:57:28 +0100 Subject: [PATCH] Switch to snapshot version --- CHANGELOG.md | 6 ++++++ gradle.properties | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ac208..84beaa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Pragmatic Versioning](https://pragver.github.io/spec/1.0.0.0.html). +## [Unreleased] + +No unreleased changes. + + ## [1.0.0.2] ### Changed @@ -31,6 +36,7 @@ and this project adheres to [Pragmatic Versioning](https://pragver.github.io/spe - Class `com.leakyabstractions.result.micronaut.serde.ResultBuilder`. +[Unreleased]: https://github.com/LeakyAbstractions/result-micronaut-serde/compare/main...develop [1.0.0.0]: https://github.com/LeakyAbstractions/result-micronaut-serde/releases/tag/1.0.0.0 [1.0.0.1]: https://github.com/LeakyAbstractions/result-micronaut-serde/releases/tag/1.0.0.1 [1.0.0.2]: https://github.com/LeakyAbstractions/result-micronaut-serde/releases/tag/1.0.0.2 diff --git a/gradle.properties b/gradle.properties index f59c2ba..8ea0d48 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ description = Serialize and deserialize Result objects with Micronaut group = com.leakyabstractions artifactName = Micronaut Serialization for Result artifactId = result-micronaut-serde -version = 1.0.0.2 -previousVersion = 1.0.0.0 +version = 1.0.0.3-SNAPSHOT +previousVersion = 1.0.0.2 homepage = https://result.leakyabstractions.com/add-ons/micronaut githubId = leakyabstractions/result-micronaut-serde