Skip to content

Commit

Permalink
Prepare for release 0.5.12. (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmyers authored Oct 4, 2024
1 parent e8d1a46 commit fa4239a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## [0.5.12]
* Adds `<A, B> Iterable<A>.traverse(f: (A) -> Result<B>): Result<List<B>>` (Chris Myers)
* Adds `<A, B> Iterable<A>.traverseResult(f: (A) -> Result<B>): Result<List<B>>` (Chris Myers)

## [0.5.11]
* Adds `outcomeOf{}` Raise DSL which allows for greater interoperability with Result<Option<A>> and ErrorOr<A> (Chris Myers)

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.12-SNAPSHOT
VERSION_NAME=0.5.12
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 fa4239a

Please sign in to comment.