From e0287beac3b57b768568d82ef902abe160528dec Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Mon, 2 Sep 2024 21:14:55 +0200 Subject: [PATCH] Release 1.0.0.0 --- CHANGELOG.md | 5 ++++- _config.yml | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e1e0c..06c5bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ 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 +## [1.0.0.0] ### Added - Class `com.leakyabstractions.result.micronaut.serde.ResultArgument`. - Class `com.leakyabstractions.result.micronaut.serde.ResultBuilder`. + + +[1.0.0.0]: https://github.com/LeakyAbstractions/result-micronaut-serde/releases/tag/1.0.0.0 diff --git a/_config.yml b/_config.yml index 1ecddf1..4f01a15 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ theme: jekyll-theme-leap-day title: Micronaut Serialization for Result description: Serialize and deserialize Result objects with Micronaut -current_version: 0.1.2.0 +current_version: 1.0.0.0 show_downloads: true logo: https://dev.leakyabstractions.com/result/result-banner.png exclude: diff --git a/gradle.properties b/gradle.properties index c1eb463..7dc53a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ description = Serialize and deserialize Result objects with Micronaut group = com.leakyabstractions artifactName = Micronaut Serialization for Result artifactId = result-micronaut-serde -version = 0.1.3.0-SNAPSHOT +version = 1.0.0.0 previousVersion = 0.1.2.0 homepage = https://result.leakyabstractions.com/add-ons/micronaut