Skip to content

Commit 0df0de3

Browse files
committed
Prepare for release 0.5.9.
1 parent e5b6bad commit 0df0de3

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## [0.5.9]
6+
7+
### Added - 2024-08-05
8+
* Adds `Either<A, B>.handleErrorWith(f: (A) -> Either<C, B>): Either<C, B>` (Chris Myers)
9+
510
## [0.5.8]
611

712
### Added - 2024-07-31

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.9-SNAPSHOT
2+
VERSION_NAME=0.5.9
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)