diff --git a/CHANGELOG.md b/CHANGELOG.md index f09dcd2..e7d0b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ 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.0 (2024-10-18) +## 0.2.1 (2024-10-20) +### Fixed +- MSRV badge ([9d47c798](https://github.com/RustCrypto/hybrid-array/commit/9d47c79861057b3a04bb19cb2dfaa1f75cbf9ddd)) + +## 0.2.0 (2024-10-19) ### Added - Reference conversion support from core arrays ([utils#904]) - Impl `Default` for `Array` ([utils#905]) diff --git a/Cargo.lock b/Cargo.lock index c6bb56f..2aadbb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" [[package]] name = "hybrid-array" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bincode", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 508e028..2405d5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid-array" -version = "0.2.0" +version = "0.2.1" description = """ Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability