Release 3.0.5
This commit is contained in:
parent
bdbef2003f
commit
c2cd349132
|
|
@ -8,7 +8,7 @@ members = [
|
|||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "3.0.4"
|
||||
version = "3.0.5"
|
||||
repository = "https://github.com/cloudflare/boring"
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
- 2023-08-05 Release 3.0.4
|
||||
- 2023-08-05 Add missing cmake files to the package
|
||||
|
||||
3.0.3
|
||||
|
|
@ -21,8 +36,6 @@
|
|||
3.0.0
|
||||
- 2023-07-29 Fix publishing
|
||||
- 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 Add git-cliff configuration
|
||||
- 2023-07-28 Merge pull request #84 from signalapp/macos-cross-compile
|
||||
|
|
@ -388,7 +401,7 @@
|
|||
- 2019-12-01 move EVP_PKCS82PKEY into evp module
|
||||
- 2019-12-01 Support for PKCS#8 unencrypted private key deserialization
|
||||
- 2019-11-23 Merge pull request #1192 from fengyc/master
|
||||
- 2019-11-23 Update openssl/src/hash.rs
|
||||
- 2019-11-23 Update openssl/src/hash.rs
|
||||
- 2019-11-22 Release openssl v0.10.26
|
||||
- 2019-11-22 Release openssl-sys v0.9.53
|
||||
- 2019-11-22 Fix up base64 docs
|
||||
|
|
|
|||
Loading…
Reference in New Issue