v0.2.3
What's Changed
- add the audit report by @folkertdev in #115
- use
--jobs 4for the fuzzers by @folkertdev in #116 - clippy fixes for 1.88.0 by @folkertdev in #117
- shrink
BZ2_RNUMSby @folkertdev in #118 - Remove Windows GNU restriction and add CI build for MSVC by @cruzzil in #119
- Include bzlib.h in libbz2-rs-sys by @j-vanderstoep in #121
- Publish binary by @folkertdev in #122
- adopt zlib/zstd ci improvements by @folkertdev in #123
- fix
--workspaceno longer being passed by @folkertdev in #124 - Use LTO to optimize personality function references away in the cdylib by @bjorn3 in #125
- fix: README clarify usage of libbzip2-rs in Rust projects by @Its-Just-Nans in #127
- document why we spawn a thread in
bzip2by @folkertdev in #129 - Sort arg unsigned by @folkertdev in #126
- use
Cowfor the input/output paths by @folkertdev in #128 - Sort perf tweaks by @folkertdev in #130
- Fix clippy issues in
blocksort.rsby @folkertdev in #132 - change
BZ2_bzerrorto not panic on a NULL pointer by @folkertdev in #131
New Contributors
- @cruzzil made their first contribution in #119
- @j-vanderstoep made their first contribution in #121
- @Its-Just-Nans made their first contribution in #127
Full Changelog: v0.2.1...v0.2.3