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 4cd86c9 commit 771d789
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.lazy.LazyResults`.
- Interface `com.leakyabstractions.result.lazy.LazyConsumer`.


[1.0.0.0]: https://github.com/LeakyAbstractions/result-lazy/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: Lazy Results
description: Lazy versions of Result objects
current_version: 0.6.3.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 = Lazy Result Library for Java
group = com.leakyabstractions
artifactName = Lazy Result Library
artifactId = result-lazy
version = 0.6.4.0-SNAPSHOT
version = 1.0.0.0
previousVersion = 0.6.3.0

homepage = https://result.leakyabstractions.com/add-ons/lazy
Expand Down

0 comments on commit 771d789

Please sign in to comment.