From 771d789afebb4468de2c792c140ce95347d8e91c Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Mon, 2 Sep 2024 20:09:40 +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 c1b0cf1..67d906b 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.lazy.LazyResults`. - Interface `com.leakyabstractions.result.lazy.LazyConsumer`. + + +[1.0.0.0]: https://github.com/LeakyAbstractions/result-lazy/releases/tag/1.0.0.0 diff --git a/_config.yml b/_config.yml index 99595cb..94f7224 100644 --- a/_config.yml +++ b/_config.yml @@ -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: diff --git a/gradle.properties b/gradle.properties index afb571c..422b5ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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