Skip to content

Commit

Permalink
Prepare for release 0.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ametke committed May 21, 2024
1 parent e3342f6 commit 0f3f923
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Change Log

## [Unreleased]
* Backport traverse functions on Either, Iterable and Option (Andrew Parker)
* Backport traverse functions on Sequence, Map and Ior (Andrew Parker)
## [0.5.4] - 2024-05-21

### Added
* Adds `T.success()` as a shorthand for creating a success `Result` (Jem Mawson)
* Adds `<T : Throwable>.failure()` as a shorthand for creating a failure `Result` (Jem Mawson)
* Adds `T.toResult()` as a shorthand for converting nullable types to `Result<T>` (Alejandro Metke)
* Ads `Result.mapFailure()` to enable mapping the failure in a result to a different `Throwable` (Alejandro Metke)
* Backport traverse functions on Either, Iterable and Option (Andrew Parker)
* Backport traverse functions on Sequence, Map and Ior (Andrew Parker)

## [0.5.3] - 2024-05-09

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.3
VERSION_NAME=0.5.4
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 0f3f923

Please sign in to comment.