Skip to content

Commit 330bf82

Browse files
Release 4.19.0 (#382)
1 parent 963425e commit 330bf82

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "4.18.0"
11+
version = "4.19.0"
1212
repository = "https://github.com/cloudflare/boring"
1313
edition = "2021"
1414

@@ -19,9 +19,9 @@ tag-prefix = ""
1919
publish = false
2020

2121
[workspace.dependencies]
22-
boring-sys = { version = "4.18.0", path = "./boring-sys" }
23-
boring = { version = "4.18.0", path = "./boring" }
24-
tokio-boring = { version = "4.18.0", path = "./tokio-boring" }
22+
boring-sys = { version = "4.19.0", path = "./boring-sys" }
23+
boring = { version = "4.19.0", path = "./boring" }
24+
tokio-boring = { version = "4.19.0", path = "./tokio-boring" }
2525

2626
bindgen = { version = "0.72.0", default-features = false, features = ["runtime"] }
2727
bytes = "1"

RELEASE_NOTES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
4.19.0
2+
- 2025-09-03 Add binding for X509_check_ip_asc
3+
- 2025-06-13 Use ERR_clear_error
4+
- 2025-06-13 Error descriptions and docs
5+
- 2025-06-13 Boring doesn't use function codes
6+
- 2025-09-03 Fix patched docs.rs builds
7+
- 2025-09-03 Test docs.rs docs
8+
- 2025-09-03 Fix doc links
9+
110
4.18.0
211
- 2025-05-29 Add set_verify_param
312
- 2025-05-28 Add support for X509_STORE_CTX_get0_untrusted

0 commit comments

Comments
 (0)