Skip to content

Commit 9b5eef4

Browse files
authored
Publishing v4.1.0-pre.0 (#413)
1 parent 8afec46 commit 9b5eef4

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 4.1.0-pre.0 (November 11, 2025)
4+
* Fixed dependency exporting for the rand crate
5+
* Added TripleDhKem key exchange protocol
6+
37
## 4.0.1 (October 30, 2025)
48
* Fixing docs building issue
59

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.0.1"
13+
version = "4.1.0-pre.0"
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"
25+
opaque-ke = "4.1.0-pre.0"
2626
```
2727

2828
### Minimum Supported Rust Version

0 commit comments

Comments
 (0)