Skip to content

Commit aabaf97

Browse files
committed
Release openssl-sys v0.9.46
1 parent a9b9f81 commit aabaf97

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

openssl-sys/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v0.9.46] - 2019-05-08
6+
7+
### Added
8+
9+
* Added support for the LibreSSL 2.9.x series.
10+
511
## [v0.9.45] - 2019-05-03
612

713
### Fixed
@@ -28,7 +34,8 @@
2834
* Added `X509_verify` and `X509_REQ_verify`.
2935
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.
3036

31-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.45...master
37+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.46...master
38+
[v0.9.46]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.45...openssl-sys-v0.9.46
3239
[v0.9.45]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.44...openssl-sys-v0.9.45
3340
[v0.9.44]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.43...openssl-sys-v0.9.44
3441
[v0.9.43]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.42...openssl-sys-v0.9.43

openssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-sys"
3-
version = "0.9.45"
3+
version = "0.9.46"
44
authors = ["Alex Crichton <[email protected]>",
55
"Steven Fackler <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)