Skip to content

Commit 98b8730

Browse files
committed
Release openssl-errors v0.2.0
1 parent 5e2410f commit 98b8730

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

openssl-errors/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v0.2.0] - 2021-06-18
6+
7+
## Changed
8+
9+
* Constructors and accessors on the `Function` and `Reason` types have been made private APIs.
10+
11+
## Added
12+
13+
* Added support for OpenSSL 3.x.x.
14+
515
## v0.1.0 - 2019-03-14
616

717
Initial release
818

9-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-errors-v0.1.0...master
19+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-errors-v0.2.0...master
20+
[v0.2.0]: https://github.com/sfackler/rust-openssl/compare/openssl-errors-v0.1.0...openssl-errors-v0.2.0

openssl-errors/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-errors"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"
@@ -13,7 +13,7 @@ categories = ["api-bindings"]
1313
cfg-if = "0.1"
1414
libc = "0.2"
1515

16-
openssl-sys = { version = "0.9.42", path = "../openssl-sys" }
16+
openssl-sys = { version = "0.9.64", path = "../openssl-sys" }
1717

1818
[dev-dependencies]
1919
openssl = { version = "0.10.19", path = "../openssl" }

0 commit comments

Comments
 (0)