mirror of
https://github.com/RustCrypto/hashes.git
synced 2026-01-25 04:18:20 +00:00
2.0 KiB
2.0 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 (UNRELEASED)
Added
alloccrate feature (#678)
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
stdcrate feature (#678)
0.10.2 (2022-10-05)
Added
- Feature-gated OID support (#418)
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.0 (2020-06-12)
Changed
- Bump
opaque-debugto v0.3.0 (#168) - Bump
digestto v0.9 release; MSRV 1.41 (#155) - Use new
*Dirtytraits from thedigestcrate (#153) - Bump
block-bufferto v0.8 release (#151) - Rename
*result*tofinalize(#148) - Upgrade to Rust 2018 edition (#127)