Skip to content

v0.15 - 2024 edition, improved callback, fixes and better docs!

Latest
Compare
Choose a tag to compare
@jeertmans jeertmans released this 07 Dec 11:35
· 1 commit to master since this release
ec8b6d5

This is a small release, but it contains two important fixes:

  • Fix for big-endian platforms in #431
  • Support for Rust 2024 edition in #435

But it also contains a breaking change:

  • MSRV has been bumped to 1.74

As well as a nice new feature for callback to support returning Result<Skip>!

Moreover, the documentation has received very nice additions.

Many thanks to all the contributors!

What's Changed

New Contributors

Full Changelog: v0.14.2...v0.15