Release 3.0.3

This commit is contained in:
Ivan Nikulin 2023-08-05 14:03:58 +01:00
parent 57e54be907
commit 55d2731a18
2 changed files with 9 additions and 4 deletions

View File

@ -8,14 +8,14 @@ members = [
resolver = "2"
[workspace.package]
version = "3.0.2"
version = "3.0.3"
repository = "https://github.com/cloudflare/boring"
edition = "2021"
[workspace.dependencies]
boring-sys = { version = "3.0", path = "./boring-sys" }
boring = { version = "3.0", path = "./boring" }
tokio-boring = { version = "3.0", path = "./tokio-boring" }
boring-sys = { version = "3", path = "./boring-sys" }
boring = { version = "3", path = "./boring" }
tokio-boring = { version = "3", path = "./tokio-boring" }
bindgen = { version = "0.66.1", default-features = false, features = ["runtime"] }
cmake = "0.1"

View File

@ -1,4 +1,9 @@
3.0.3
- 2023-08-03 Fix missing .trim() when verifying FIPS module name
- 2023-08-03 Fix Diplay panics for HandshakeError with `rpk` (fixes #140)
3.0.2
- 2023-08-03 Release 3.0.2
- 2023-08-03 Fix feature gates for fips-link-precompiled
- 2023-07-28 Switch boring from lazy_static to once_cell
- 2023-08-01 Clean up and remove some unsafe code from ffi callbacks