Skip to content

Commit

Permalink
Release 4.10.1 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushilmehra authored Sep 18, 2024
1 parent b7eaa5b commit df1c4f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "4.10.0"
version = "4.10.1"
repository = "https://github.com/cloudflare/boring"
edition = "2021"

Expand All @@ -19,9 +19,9 @@ tag-prefix = ""
publish = false

[workspace.dependencies]
boring-sys = { version = "4.10.0", path = "./boring-sys" }
boring = { version = "4.10.0", path = "./boring" }
tokio-boring = { version = "4.10.0", path = "./tokio-boring" }
boring-sys = { version = "4.10.1", path = "./boring-sys" }
boring = { version = "4.10.1", path = "./boring" }
tokio-boring = { version = "4.10.1", path = "./tokio-boring" }

bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
bytes = "1"
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.10.1
- 2024-09-18 Don't support X25519MLKEM768 by default (yet)

4.10.0
- 2024-09-18 Implement optional Hyper 1 support in hyper-boring (#246)
- 2024-09-17 Add post-quantum key agreement X25519MLKEM768
Expand Down

0 comments on commit df1c4f5

Please sign in to comment.