Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 14, 2024
1 parent aac8bc6 commit accb2be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hkdf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## UNRELEASED
### Breaking changes
- Removed `std` crate feature ([#105])
- Bump MSRV to 1.81 ([#105])
- Bump `hmac` dependency to v0.13

[#105]: https://github.com/RustCrypto/KDFs/pull/105

## 0.12.3 (2022-02-17)
### Fixed
- Minimal versions build ([#63])
Expand Down

0 comments on commit accb2be

Please sign in to comment.