Release 3.0.5

This commit is contained in:
Manuel Olguín Muñoz 2023-09-12 17:36:11 -04:00 committed by Ivan Nikulin
parent bdbef2003f
commit c2cd349132
2 changed files with 17 additions and 4 deletions

View File

@ -8,7 +8,7 @@ members = [
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "3.0.4" version = "3.0.5"
repository = "https://github.com/cloudflare/boring" repository = "https://github.com/cloudflare/boring"
edition = "2021" edition = "2021"

View File

@ -1,4 +1,19 @@
3.0.5
- 2023-09-12 Release 3.0.5
- 2023-09-12 tweaks for ergonomic linking
- 2023-08-08 Use features to set key exchange preferences
- 2023-08-30 Introduce `no-patches` feature
- 2023-08-29 run `publish --dry-run` instead of `pacakge` on CI
- 2023-08-29 fix missing space in cargo package CI command
- 2023-08-25 ci: run the cargo package check for all targets
- 2023-08-25 boring-sys: include all files needed to build FIPS
- 2023-08-25 add CI jobs to run `cargo package`
- 2023-08-15 Fix -Z minimal-versions
- 2023-08-29 Separate `fips` and `fips-link-precompiled` features.
- 2023-08-05 Bump version in Cargo.toml
3.0.4 3.0.4
- 2023-08-05 Release 3.0.4
- 2023-08-05 Add missing cmake files to the package - 2023-08-05 Add missing cmake files to the package
3.0.3 3.0.3
@ -21,8 +36,6 @@
3.0.0 3.0.0
- 2023-07-29 Fix publishing - 2023-07-29 Fix publishing
- 2023-07-28 Merge pull request #131 from inikulin/rel-3.0.0 - 2023-07-28 Merge pull request #131 from inikulin/rel-3.0.0
.3.0.0
- 2023-07-28 Release 3.0.0 - 2023-07-28 Release 3.0.0
- 2023-07-28 Add git-cliff configuration - 2023-07-28 Add git-cliff configuration
- 2023-07-28 Merge pull request #84 from signalapp/macos-cross-compile - 2023-07-28 Merge pull request #84 from signalapp/macos-cross-compile