From 76da65706a7289d116e26d442834c33f3e5b7265 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 27 Jun 2026 13:06:57 -0600 Subject: [PATCH] v0.4.13 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dbfb72..79bcfae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.4.13 (2026-06-27) +### Added +- `ArraySize` for `U521` and `U522` for NIST P-521 ([#228]) + +[#228]: https://github.com/RustCrypto/hybrid-array/pull/228 + ## 0.4.12 (2026-05-09) ### Added - `ArraySize` impls for Classic McEliece ([#220]) diff --git a/Cargo.lock b/Cargo.lock index 7183ea6..f0ba647 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.4.12" +version = "0.4.13" dependencies = [ "arbitrary", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index e36443c..3cb026a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid-array" -version = "0.4.12" +version = "0.4.13" description = """ Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability