Publishing v4.1.0-pre.1 (#415)

This commit is contained in:
Kevin Lewi
2025-11-18 10:28:27 -08:00
committed by GitHub
parent 22bcbfc821
commit a85a7bea8f
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
# Changelog # 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) ## 4.1.0-pre.0 (November 11, 2025)
* Fixed dependency exporting for the rand crate * Fixed dependency exporting for the rand crate
* Added TripleDhKem key exchange protocol * Added TripleDhKem key exchange protocol
+1 -1
View File
@@ -10,7 +10,7 @@ name = "opaque-ke"
readme = "README.md" readme = "README.md"
repository = "https://github.com/facebook/opaque-ke" repository = "https://github.com/facebook/opaque-ke"
rust-version = "1.85" rust-version = "1.85"
version = "4.1.0-pre.0" version = "4.1.0-pre.1"
[features] [features]
argon2 = ["dep:argon2"] argon2 = ["dep:argon2"]
+1 -1
View File
@@ -22,7 +22,7 @@ Installation
Add the following line to the dependencies of your `Cargo.toml`: 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 ### Minimum Supported Rust Version