From 4685af00bbe12446f319fdbd1287c3d19951394e Mon Sep 17 00:00:00 2001 From: Rushil Mehra Date: Thu, 28 Nov 2024 12:24:29 -0800 Subject: [PATCH] Release 4.13.0 --- Cargo.toml | 8 ++++---- RELEASE_NOTES | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bad88ec2..e4dd842c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "4.12.0" +version = "4.13.0" repository = "https://github.com/cloudflare/boring" edition = "2021" @@ -19,9 +19,9 @@ tag-prefix = "" publish = false [workspace.dependencies] -boring-sys = { version = "4.12.0", path = "./boring-sys" } -boring = { version = "4.12.0", path = "./boring" } -tokio-boring = { version = "4.12.0", path = "./tokio-boring" } +boring-sys = { version = "4.13.0", path = "./boring-sys" } +boring = { version = "4.13.0", path = "./boring" } +tokio-boring = { version = "4.13.0", path = "./tokio-boring" } bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] } bytes = "1" diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b6405f43..e59bc8e1 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,11 @@ +4.13.0 +- 2024-11-26 Sync X509StoreBuilder with openssl +- 2024-11-26 Sync X509VerifyFlags with openssl +- 2021-11-21 More corresponds from openssl +- 2024-11-28 Work around Rust settings inconsistent iOS SDK version +- 2024-11-28 Clippy +- 2024-03-11 Fix Windows build + 4.12.0 - 2024-11-20 Add bindings for SSL_CB_ACCEPT_EXIT and SSL_CB_CONNECT_EXIT - 2024-10-22 (ci): brew link x86 toolchain for macos13 runner