2.6 KiB
2.6 KiB
Changelog
All notable changes to this project will be documented in this file.
2.0.1 - 2025-06-09
Other
- Remove
compiler-builtinsfromrustc-dep-of-stddependencies - (7cdbd39) - Trevor Gross
2.0.0 - 2024-08-04
First release of adler2 - fork of adler crate as the original is unmaintained and archived
Changes since last version of Adler:
Bug Fixes
- (core) change to rust 2021 edition, update repository info and links, update author info - (867b115) - oyvindln
- (core) simplify some code and fix benches - (128fb9c) - oyvindln
Changelog of original adler crate
1.0.2 - 2021-02-26
- Fix doctest on big-endian systems (#9).
1.0.1 - 2020-11-08
Fixes
- Fix documentation on docs.rs.
1.0.0 - 2020-11-08
Fixes
- Fix
cargo test --no-default-features(#5).
Improvements
- Extended and clarified documentation.
- Added more rustdoc examples.
- Extended CI to test the crate with
--no-default-features.
Breaking Changes
adler32_readernow takes its generic argument by value instead of as a&mut.- Renamed
adler32_readertoadler32.
0.2.3 - 2020-07-11
- Process 4 Bytes at a time, improving performance by up to 50% (#2).
0.2.2 - 2020-06-27
- Bump MSRV to 1.31.0.
0.2.1 - 2020-06-27
- Add a few
#[inline]annotations to small functions. - Fix CI badge.
- Allow integration into libstd.
0.2.0 - 2020-06-27
- Support
#![no_std]when usingdefault-features = false. - Improve performance by around 7x.
- Support Rust 1.8.0.
- Improve API naming.
0.1.0 - 2020-06-26
Initial release.