From 330bf825d4c722491faf2d860f7fb8797df1015a Mon Sep 17 00:00:00 2001 From: Evan Rittenhouse Date: Fri, 5 Sep 2025 12:13:20 -0700 Subject: [PATCH] Release 4.19.0 (#382) --- Cargo.toml | 8 ++++---- RELEASE_NOTES | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e45e9849..d693db43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "4.18.0" +version = "4.19.0" repository = "https://github.com/cloudflare/boring" edition = "2021" @@ -19,9 +19,9 @@ tag-prefix = "" publish = false [workspace.dependencies] -boring-sys = { version = "4.18.0", path = "./boring-sys" } -boring = { version = "4.18.0", path = "./boring" } -tokio-boring = { version = "4.18.0", path = "./tokio-boring" } +boring-sys = { version = "4.19.0", path = "./boring-sys" } +boring = { version = "4.19.0", path = "./boring" } +tokio-boring = { version = "4.19.0", path = "./tokio-boring" } bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] } bytes = "1" diff --git a/RELEASE_NOTES b/RELEASE_NOTES index fe369a6f..35279376 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,12 @@ +4.19.0 +- 2025-09-03 Add binding for X509_check_ip_asc +- 2025-06-13 Use ERR_clear_error +- 2025-06-13 Error descriptions and docs +- 2025-06-13 Boring doesn't use function codes +- 2025-09-03 Fix patched docs.rs builds +- 2025-09-03 Test docs.rs docs +- 2025-09-03 Fix doc links + 4.18.0 - 2025-05-29 Add set_verify_param - 2025-05-28 Add support for X509_STORE_CTX_get0_untrusted