From a85a7bea8ff3939318b91aa4bbf118b93a8eb341 Mon Sep 17 00:00:00 2001 From: Kevin Lewi Date: Tue, 18 Nov 2025 10:28:27 -0800 Subject: [PATCH] Publishing v4.1.0-pre.1 (#415) --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0077c55..cab9d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.1.0-pre.1 (November 17, 2025) +* Added ml-kem re-export behind the kem feature + ## 4.1.0-pre.0 (November 11, 2025) * Fixed dependency exporting for the rand crate * Added TripleDhKem key exchange protocol diff --git a/Cargo.toml b/Cargo.toml index 91a11aa..549a193 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "opaque-ke" readme = "README.md" repository = "https://github.com/facebook/opaque-ke" rust-version = "1.85" -version = "4.1.0-pre.0" +version = "4.1.0-pre.1" [features] argon2 = ["dep:argon2"] diff --git a/README.md b/README.md index 22f3710..3fcb390 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Installation Add the following line to the dependencies of your `Cargo.toml`: ``` -opaque-ke = "4.1.0-pre.0" +opaque-ke = "4.1.0-pre.1" ``` ### Minimum Supported Rust Version