Skip to content

Commit

Permalink
Prepare for release 0.5.8. (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmyers authored Jul 31, 2024
1 parent 030c57f commit eecf6b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log

## Unreleased

## [0.5.8]

### Added - 2024-07-31
* Adds `Result<T>.handleFailureWith(f: (Throwable) -> Result<T>): Result<T>` (Chris Myers)
* Adds `<T> Result<T>.toOutcome(): OutcomeOf<T>` (Chris Myers)
* Adds `<A, B: Throwable> Option<A>.toResult(error: () -> B): Result<A>` (Chris Myers)

## [0.5.7] - 2024-06-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit eecf6b3

Please sign in to comment.