1.0.26
What's Changed
- Add decompress file example by @MichaelMcDonnell in #329
- Remove
extern crate
s by @JohnTitor in #331 - Make clippy happy + a few more cleanups by @nyurik in #285
- Fix left-overs on decoder docs by @JohnTitor in #333
- Mention MSRV policy by @JohnTitor in #332
- Bump miniz-oxide to prevent assertion failure by @softdevca in #335
- Enable all-features, Use doc_auto_cfg on docs.rs by @wcampbell0x2a in #336
- Fix a typo in doc for write::GzDecoder by @yestyle in #337
- Fixed overflow bug in crc combine by @AntonJMLarsson in #330
- Added feature for enabling default zlib-sys features by @taco-paco in #322
- Add write::MultiGzDecoder for multi-member gzip data by @jongiddy in #325
- gha: Upgrade to windows-2022 by @JohnTitor in #343
- gha: Specify tag instead of branch on actions/checkout by @JohnTitor in #342
- Prepare 1.0.26 release by @JohnTitor in #341
New Contributors
- @MichaelMcDonnell made their first contribution in #329
- @JohnTitor made their first contribution in #331
- @softdevca made their first contribution in #335
- @wcampbell0x2a made their first contribution in #336
- @yestyle made their first contribution in #337
- @AntonJMLarsson made their first contribution in #330
- @taco-paco made their first contribution in #322
- @jongiddy made their first contribution in #325
Full Changelog: 1.0.25...1.0.26