Skip to content

Commit 4a1e142

Browse files
committed
Prepare for openssl-sys 0.9.101 release
1 parent ada168b commit 4a1e142

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

openssl-sys/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v0.9.101] - 2024-02-21
6+
7+
### Fixed
8+
9+
* Fixed a bug where, when building with the `vendored` feature, this crate always needed to be rebuilt.
10+
511
## [v0.9.100] - 2024-02-19
612

713
### Added
@@ -587,7 +593,8 @@ Fixed builds against OpenSSL built with `no-cast`.
587593
* Added `X509_verify` and `X509_REQ_verify`.
588594
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.
589595

590-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.100..master
596+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101..master
597+
[v0.9.101]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.100...openssl-sys-v0.9.101
591598
[v0.9.100]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.99...openssl-sys-v0.9.100
592599
[v0.9.99]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.98...openssl-sys-v0.9.99
593600
[v0.9.98]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.97...openssl-sys-v0.9.98

openssl-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-sys"
3-
version = "0.9.100"
3+
version = "0.9.101"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Steven Fackler <[email protected]>",

0 commit comments

Comments
 (0)