Skip to content

Commit eb7bf9e

Browse files
committed
hmac v0.13.0
1 parent b895e50 commit eb7bf9e

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hmac/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.13.0 (UNRELEASED)
8+
## 0.13.0 (2026-03-30)
99
### Added
10-
- `HmacReset` and `SimpleHmacReset` types [#186]
10+
- `HmacReset` and `SimpleHmacReset` types ([#186])
1111

1212
### Changed
13-
- Edition changed to 2024 and MSRV bumped to 1.85
13+
- Use `EagerHash` trait for bounds ([#151], [#212])
14+
- Edition changed to 2024 and MSRV bumped to 1.85 ([#178])
1415
- Relax MSRV policy and allow MSRV bumps in patch releases
15-
- Update to `digest` v0.11
16+
- Update to `digest` v0.11 ([#243])
1617
- Replace type aliases with newtypes ([#186])
1718

1819
### Removed
1920
- `std` and `reset` crate features ([#186])
2021

22+
[#151]: https://github.com/RustCrypto/MACs/pull/151
23+
[#178]: https://github.com/RustCrypto/MACs/pull/178
2124
[#186]: https://github.com/RustCrypto/MACs/pull/186
25+
[#212]: https://github.com/RustCrypto/MACs/pull/212
26+
[#243]: https://github.com/RustCrypto/MACs/pull/243
2227

2328
## 0.12.1 (2022-02-17)
2429
### Fixed

hmac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hmac"
3-
version = "0.13.0-rc.6"
3+
version = "0.13.0"
44
description = "Generic implementation of Hash-based Message Authentication Code (HMAC)"
55
authors = ["RustCrypto Developers"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)