mirror of
https://github.com/RustCrypto/hashes.git
synced 2026-01-25 04:18:20 +00:00
1.4 KiB
1.4 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.5.0 (UNRELEASED)
Added
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.4.2 (2023-05-16)
Changed
- Minor performance improvement (#477)
0.4.1 (2022-02-17)
Fixed
- Minimal versions build (#363)
0.4.0 (2021-12-07)
Changed
- Update to
digestv0.10 (#217)
0.3.0 (2021-07-18)
Changed
- RustCrypto SM3 release (#249)