Skip to content

Commit 132418b

Browse files
authored
Merge pull request #2399 from alex/release-sys
Release openssl-sys v0.9.108
2 parents 2f9b496 + f7a692b commit 132418b

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.108] - 2025-04-30
6+
7+
### Added
8+
9+
* Added support for LibreSSL 4.1.x.
10+
511
## [v0.9.107] - 2025-04-04
612

713
### Added
@@ -642,7 +648,8 @@ Fixed builds against OpenSSL built with `no-cast`.
642648
* Added `X509_verify` and `X509_REQ_verify`.
643649
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.
644650

645-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.107..master
651+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.108..master
652+
[v0.9.108]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.107...openssl-sys-v0.9.108
646653
[v0.9.107]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.106...openssl-sys-v0.9.107
647654
[v0.9.106]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.105...openssl-sys-v0.9.106
648655
[v0.9.105]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.104...openssl-sys-v0.9.105

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.107"
3+
version = "0.9.108"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Steven Fackler <[email protected]>",

0 commit comments

Comments
 (0)