diff --git a/CHANGELOG.md b/CHANGELOG.md index 4156ce6..73b8dd4 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.4 (2025-09-24) +### Added +- Enable the `subtle/const-generics` feature ([#149]) + +[#149]: https://github.com/RustCrypto/hybrid-array/pull/149 + ## 0.4.3 (2025-09-23) ### Added - `Array::as_(mut_)ptr` ([#147]) diff --git a/Cargo.lock b/Cargo.lock index d834e55..fed97c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" [[package]] name = "hybrid-array" -version = "0.4.3" +version = "0.4.4" dependencies = [ "bincode", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 3d1b609..146c975 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid-array" -version = "0.4.3" +version = "0.4.4" description = """ Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability