Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Aug 3, 2023
1 parent e1b5d47 commit 9a37a92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "3.0.1"
version = "3.0.2"
repository = "https://github.com/cloudflare/boring"
edition = "2021"

Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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

3.0.1
- 2023-08-01 Reduce release bundle size by excluding PQ test data
- 2023-07-28 Adding hmac.h to included headers
Expand Down

0 comments on commit 9a37a92

Please sign in to comment.