From 1de8d37210d1f001d7379256bf51f7f8fff51123 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 21 Feb 2025 17:54:46 +0100 Subject: [PATCH] v0.3.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 819caa6..9d905ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.0 (2025-02-21) +### Changed +- Bump edition to 2024; MSRV 1.85 ([#116]) + +### Removed +- `U3293` as an unused ML-DSA size ([#117]) + +[#116]: https://github.com/RustCrypto/hybrid-array/pull/116 +[#117]: https://github.com/RustCrypto/hybrid-array/pull/117 + ## 0.2.3 (2024-12-07) ### Added - Additional ML-DSA sizes ([#108]) diff --git a/Cargo.lock b/Cargo.lock index 96acf03..0f99dd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" [[package]] name = "hybrid-array" -version = "0.3.0-pre" +version = "0.3.0" dependencies = [ "bincode", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index ebc06bd..f062db5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid-array" -version = "0.3.0-pre" +version = "0.3.0" description = """ Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability