Skip to content

Commit 2ed0b75

Browse files
authored
Release k12 v0.4.0 (#845)
### Added - `alloc` crate feature ([#678]) - `Kt`, `Kt128` and `Kt256` non-customizable types ([#839]) - `custom` module with customizable variants ([#839]) ### Changed - Edition changed to 2024 and MSRV bumped to 1.85 ([#652]) - Relax MSRV policy and allow MSRV bumps in patch releases - Update to `digest` v0.11 - New implementation with parallel processing support ([#839]) ### Removed - `std` crate feature ([#678]) - `KangarooTwelve*` types ([#839]) [#652]: #652 [#678]: #678 [#839]: #839
1 parent f8cf577 commit 2ed0b75

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

k12/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +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.4.0 (UNRELEASED)
8+
## 0.4.0 (2026-04-24)
99
### Added
1010
- `alloc` crate feature ([#678])
11+
- `Kt`, `Kt128` and `Kt256` non-customizable types ([#839])
12+
- `custom` module with customizable variants ([#839])
1113

1214
### Changed
1315
- Edition changed to 2024 and MSRV bumped to 1.85 ([#652])
1416
- Relax MSRV policy and allow MSRV bumps in patch releases
1517
- Update to `digest` v0.11
16-
- Replace type aliases with newtypes ([#678])
18+
- New implementation with parallel processing support ([#839])
1719

1820
### Removed
1921
- `std` crate feature ([#678])
22+
- `KangarooTwelve*` types ([#839])
2023

2124
[#652]: https://github.com/RustCrypto/hashes/pull/652
2225
[#678]: https://github.com/RustCrypto/hashes/pull/678
26+
[#839]: https://github.com/RustCrypto/hashes/pull/839
2327

2428
## 0.3.0 (2023-06-10)
2529
### Added

k12/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "k12"
3-
version = "0.4.0-rc.1"
3+
version = "0.4.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)