From eecf6b3fbac1ae8ea42663e0102d9b8e14e659c8 Mon Sep 17 00:00:00 2001 From: Chris Myers Date: Wed, 31 Jul 2024 10:45:42 +1000 Subject: [PATCH] Prepare for release 0.5.8. (#99) --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbd303..40e60f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log ## Unreleased + +## [0.5.8] + +### Added - 2024-07-31 +* Adds `Result.handleFailureWith(f: (Throwable) -> Result): Result` (Chris Myers) +* Adds ` Result.toOutcome(): OutcomeOf` (Chris Myers) +* Adds ` Option.toResult(error: () -> B): Result` (Chris Myers) + ## [0.5.7] - 2024-06-29 ### Added diff --git a/gradle.properties b/gradle.properties index 2c2ba6c..d274d40 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.cash.quiver -VERSION_NAME=0.5.8-SNAPSHOT +VERSION_NAME=0.5.8 POM_URL=https://github.com/cashapp/quiver/ POM_SCM_URL=https://github.com/cashapp/quiver/ POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/quiver.git