Skip to content

Commit

Permalink
Release 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanrittenhouse authored and rushilmehra committed Oct 17, 2024
1 parent 80e3aab commit ec3b412
Show file tree
Hide file tree
Showing 2 changed files with 9 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.3"
version = "4.11.0"
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.3", path = "./boring-sys" }
boring = { version = "4.10.3", path = "./boring" }
tokio-boring = { version = "4.10.3", path = "./tokio-boring" }
boring-sys = { version = "4.11.0", path = "./boring-sys" }
boring = { version = "4.11.0", path = "./boring" }
tokio-boring = { version = "4.11.0", path = "./tokio-boring" }

bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
bytes = "1"
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.11.0
- 2024-10-17 boring-sys: include HPKE header file for bindgen
- 2024-10-17 Add "fips-compat" feature
- 2024-09-25 Create semgrep.yml

4.10.3
- 2024-09-21 Set MSRV to 1.70 (#279)

Expand Down

0 comments on commit ec3b412

Please sign in to comment.