Skip to content

Commit a85a7be

Browse files
authored
Publishing v4.1.0-pre.1 (#415)
1 parent 22bcbfc commit a85a7be

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 4.1.0-pre.1 (November 17, 2025)
4+
* Added ml-kem re-export behind the kem feature
5+
36
## 4.1.0-pre.0 (November 11, 2025)
47
* Fixed dependency exporting for the rand crate
58
* Added TripleDhKem key exchange protocol

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "opaque-ke"
1010
readme = "README.md"
1111
repository = "https://github.com/facebook/opaque-ke"
1212
rust-version = "1.85"
13-
version = "4.1.0-pre.0"
13+
version = "4.1.0-pre.1"
1414

1515
[features]
1616
argon2 = ["dep:argon2"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation
2222
Add the following line to the dependencies of your `Cargo.toml`:
2323

2424
```
25-
opaque-ke = "4.1.0-pre.0"
25+
opaque-ke = "4.1.0-pre.1"
2626
```
2727

2828
### Minimum Supported Rust Version

0 commit comments

Comments
 (0)