3.1 KiB
3.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.11.0 (2023-03-27)
Added
alloccrate feature (#678)- Expose compression function from the
block_apimodule (#735) md5_backendconfiguration flag (#813)
Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#652)
- Relax MSRV policy and allow MSRV bumps in patch releases
- Update to
digestv0.11 - Replace type aliases with newtypes (#678)
- Implementation of the
SerializableStatetrait (#716)
Removed
0.10.6 (2023-09-22)
Added
asm!-based backend for LoongArch64 targets gated behindloongarch64_asmfeature #505
0.10.5 (2022-09-22)
Added
- Feature-gated OID support (#413)
0.10.4 (2022-09-02)
Fixed
- MSRV issue which was not resolved by v0.10.3 (#401)
0.10.3 (2022-09-02)
Fixed
- MSRV issue caused by publishing v0.10.2 using a buggy Nightly toolchain (#399)
0.10.2 (2022-08-30)
Changed
- Ignore
asmfeature on unsupported targets (#388)
0.10.1 (2022-02-17)
Fixed
- Minimal versions build (#363)
0.10.0 (2021-12-07)
Changed
- Update to
digestv0.10 (#217)
0.9.1 (2020-06-28)
Changed
0.9.0 (2020-06-09)
Changed
- Update to
digestv0.9 release; MSRV 1.41+ (#155) - Use new
*Dirtytraits from thedigestcrate (#153) - Bump
block-bufferto v0.8 release (#151) - Rename
*result*tofinalize(#148) - Update to Rust 2018 edition (#128)