- This release does not add any new features or change the API, only some minor refactor and doc fixes. It's mainly for indicating crate stability.
- fix warnings from rustc and clippy, update dependencies (a5fcb05e)
- Fix test data location and capitalize Rust, update various links, see pr #53 (thanks @atouchet) (34fecd18)
- Fix gzip feature that was broken in 0.9 (thanks @oheralla) (49ac5cfe)
- Use std functions instead of byteorder (bumps minimum version to 1.32.0 (d217fbd9)
- try to fix issues with sync flush behaviour (6c97e514, closes #48)
- add #!forbid(unsafe_code) to crate root (fcbe4206)
- Avoid infinitely looping on sync flush with short buffer writers (99a1a75f, closes #47)
- Remove unsafe in write_length_rle (77227c8b, closes #46)
- Fix block size counter bug #44 (probably introduced in 1b70be) that triggered a debug assertion and that could possibly in theory cause stored block to start at the wrong input position at a block split with low entropy data followed by uncompressible data.