Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 07:58
· 613 commits to master since this release

Breaking changes

The zio module now depends on ZIO 2.0. ZIO 1.0 support is available through the zio1 module. This is in-line with cats-effect support: the convention is that no-suffix version points to latest, and if we do support previous versions, there's an appropriate suffix.

What’s Changed