Skip to content

v0.6.0

Compare
Choose a tag to compare
@k0nserv k0nserv released this 15 Nov 16:15
· 416 commits to master since this release

This release contains various improvements and bug fixes.

The full changelog is available here.

Notably, big chunks of the API level interfaces have changed from async to sync which should be an ergonomic improvement for everyone, thanks to @alexlapa for their work on this.

MSRV

With this version we've adopted a MSRV(minimum supported rust version) policy. Namely, we support versions of the Rust compiler released in the last six months. This is a minimum and we don't aim to drop support aggressively, but if you are running an older version there is always a risk that we'll drop support for it. Changes to the minimum Rust version will not be breaking from a semver perspective.

Contributors

Thanks to all contributors who helped make this release happen πŸŽ‰