Skip to content

Commit

Permalink
Merge pull request #2182 from alex/bump-for-release
Browse files Browse the repository at this point in the history
Prepare for openssl-sys 0.9.101 release
  • Loading branch information
alex committed Feb 21, 2024
2 parents ada168b + 4a1e142 commit 3439059
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion openssl-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v0.9.101] - 2024-02-21

### Fixed

* Fixed a bug where, when building with the `vendored` feature, this crate always needed to be rebuilt.

## [v0.9.100] - 2024-02-19

### Added
Expand Down Expand Up @@ -587,7 +593,8 @@ Fixed builds against OpenSSL built with `no-cast`.
* Added `X509_verify` and `X509_REQ_verify`.
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.

[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.100..master
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101..master
[v0.9.101]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.100...openssl-sys-v0.9.101
[v0.9.100]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.99...openssl-sys-v0.9.100
[v0.9.99]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.98...openssl-sys-v0.9.99
[v0.9.98]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.97...openssl-sys-v0.9.98
Expand Down
2 changes: 1 addition & 1 deletion openssl-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssl-sys"
version = "0.9.100"
version = "0.9.101"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Steven Fackler <sfackler@gmail.com>",
Expand Down

0 comments on commit 3439059

Please sign in to comment.