Skip to content

Commit

Permalink
Prepare for release 0.5.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmyers committed Sep 10, 2024
1 parent 0df954c commit 94803bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [0.5.10]
* Adds `<A> OutcomeOf<A>.asResult(): Result<Option<A>>` (Chris Myers)
* Adds `<T> Result<Option<T>>.toOutcomeOf(): OutcomeOf<T>` (Chris Myers)
* Adds `<A> Arb.Companion.result(error: Throwable, value: Arb<A>): Arb<Result<A>>` (Chris Myers)
* Adds `Arb.Companion.outcomeOf(error: Throwable, value: Arb<A>): Arb<OutcomeOf<A>>` (Chris Myers)

## [0.5.9]

### Added - 2024-08-05
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.10-SNAPSHOT
VERSION_NAME=0.5.10
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 94803bf

Please sign in to comment.