diff --git a/CHANGELOG.md b/CHANGELOG.md index 291b7f0..867fa23 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.15 (2026-09-08) +### Added +- `ArraySize` for `U513` ([#233]) + +[#233]: https://github.com/RustCrypto/hybrid-array/pull/233 + ## 0.4.14 (2026-07-30) ### Added - Sizes for `sntrup` ([#231]) diff --git a/Cargo.lock b/Cargo.lock index c1d2784..44fbfd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.4.14" +version = "0.4.15" dependencies = [ "arbitrary", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 1b21992..7936e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid-array" -version = "0.4.14" +version = "0.4.15" description = """ Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability