diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d905ee..806918b 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.3.1 (2025-03-30) +### Added +- `subtle` feature ([#126]) + +[#126]: https://github.com/RustCrypto/hybrid-array/pull/126 + ## 0.3.0 (2025-02-21) ### Changed - Bump edition to 2024; MSRV 1.85 ([#116]) diff --git a/Cargo.lock b/Cargo.lock index e053c38..68278b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" [[package]] name = "hybrid-array" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bincode", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index c52a988..c53f9bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid-array" -version = "0.3.0" +version = "0.3.1" description = """ Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability