From 55d2731a1896d388057139677c93f9e31f8f5866 Mon Sep 17 00:00:00 2001 From: Ivan Nikulin Date: Sat, 5 Aug 2023 14:03:58 +0100 Subject: [PATCH] Release 3.0.3 --- Cargo.toml | 8 ++++---- RELEASE_NOTES | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 059b692c..a5efdaa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 5e2fb857..fc658cd0 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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