Skip to content

Commit 94803bf

Browse files
committed
Prepare for release 0.5.10.
1 parent 0df954c commit 94803bf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## [0.5.10]
6+
* Adds `<A> OutcomeOf<A>.asResult(): Result<Option<A>>` (Chris Myers)
7+
* Adds `<T> Result<Option<T>>.toOutcomeOf(): OutcomeOf<T>` (Chris Myers)
8+
* Adds `<A> Arb.Companion.result(error: Throwable, value: Arb<A>): Arb<Result<A>>` (Chris Myers)
9+
* Adds `Arb.Companion.outcomeOf(error: Throwable, value: Arb<A>): Arb<OutcomeOf<A>>` (Chris Myers)
10+
511
## [0.5.9]
612

713
### Added - 2024-08-05

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=app.cash.quiver
2-
VERSION_NAME=0.5.10-SNAPSHOT
2+
VERSION_NAME=0.5.10
33
POM_URL=https://github.com/cashapp/quiver/
44
POM_SCM_URL=https://github.com/cashapp/quiver/
55
POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/quiver.git

0 commit comments

Comments
 (0)