diff --git a/Cargo.lock b/Cargo.lock index 5313d2e..580e288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" [[package]] name = "ml-dsa" -version = "0.1.0-pre.2" +version = "0.0.4" dependencies = [ "const-oid", "criterion", diff --git a/ml-dsa/CHANGELOG.md b/ml-dsa/CHANGELOG.md index 1d013ff..947826d 100644 --- a/ml-dsa/CHANGELOG.md +++ b/ml-dsa/CHANGELOG.md @@ -4,3 +4,6 @@ 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.0.4 (2025-04-10) +- Initial release diff --git a/ml-dsa/Cargo.toml b/ml-dsa/Cargo.toml index fb4406f..47dee87 100644 --- a/ml-dsa/Cargo.toml +++ b/ml-dsa/Cargo.toml @@ -4,7 +4,7 @@ description = """ Pure Rust implementation of ML-DSA (formerly known as CRYSTALS-Dilithium) as described in FIPS-204 (final) """ -version = "0.1.0-pre.2" +version = "0.0.4" edition = "2024" rust-version = "1.85" license = "Apache-2.0 OR MIT"