Skip to content

Releases: trifectatechfoundation/bzip2-rs

Version 0.5.0

11 Dec 15:58
v0.5.0
Compare
Choose a tag to compare

The 0.5.0 release is the first release in ~2 years. It sets an msrv of 1.65.0 and pins the 2021 edition. If the msrv or edition are a problem for your project: just stick with the 0.4.4 release.

The repository has moved from @alexcrichton to @trifectatechfoundation, which takes on its maintainership from this point forward.

The main new feature of this release is the libbz2-rs-sys feature flag, which uses the pure rust https://github.com/trifectatechfoundation/libbzip2-rs implementation of bzip2. Being all rust, and using (by default) the rust allocator infrastructure, cross-compilation (e.g. to webassembly) should be much easier.

Besides that, the documentation was modernized (we can cross-link now) and several bugs were fixed.

What's Changed

New Contributors

Full Changelog: 0.4.4...v0.5.0