Skip to content

Commit

Permalink
Release 1.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Sep 2, 2024
1 parent 836cd43 commit e0287be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0287be

Please sign in to comment.