diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d0b8c..17d0045 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.2.2 (2024-11-11) +### Added +- FrodoKEM sizes ([#104]) + +[#104]: https://github.com/RustCrypto/hybrid-array/pull/104 + ## 0.2.1 (2024-10-20) ### Fixed - MSRV badge ([9d47c798](https://github.com/RustCrypto/hybrid-array/commit/9d47c79861057b3a04bb19cb2dfaa1f75cbf9ddd)) diff --git a/Cargo.lock b/Cargo.lock index 2aadbb0..71bcfe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" [[package]] name = "hybrid-array" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bincode", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 2405d5f..e6d124c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid-array" -version = "0.2.1" +version = "0.2.2" description = """ Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability