michaelbull / kotlin-result

A multiplatform Result monad for modelling success or failure operations.
ISC License
1.02k stars 57 forks source link

Next release? #45

Closed breucode closed 3 years ago

breucode commented 3 years ago

First of all, thanks for the nice result library you provide!

I would like to use the recoverIf function, which was introduced in one of the last PRs.

Is there a release due in the near future?

michaelbull commented 3 years ago

Hi @breucode, I will try to produce a release this weekend, cheers

michaelbull commented 3 years ago

Hi @breucode, 1.1.10 is now available. Furthermore, SNAPSHOT releases will be automatically published and available here going forward should you find a piece of functionality in development that isn't yet released.