diff --git a/Cargo.lock b/Cargo.lock index 9994ab4d..875f3a0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "k12" -version = "0.4.0" +version = "0.5.0" dependencies = [ "digest", "hex-literal", diff --git a/k12/CHANGELOG.md b/k12/CHANGELOG.md index dfd0ebc3..a60a7908 100644 --- a/k12/CHANGELOG.md +++ b/k12/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## 0.5.0 (UNRELEASED) +## 0.5.0 (2026-05-12) ### Changed - Internal implementation by removing unnecessary buffering ([#849]) - `Rate: BlockSizes` generic parameter to `const RATE: usize` ([#849]) diff --git a/k12/Cargo.toml b/k12/Cargo.toml index 6bf79acd..7cd2ff01 100644 --- a/k12/Cargo.toml +++ b/k12/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "k12" -version = "0.4.0" +version = "0.5.0" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"