File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
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
+
5
15
## v0.1.0 - 2019-03-14
6
16
7
17
Initial release
8
18
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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-errors"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
@@ -13,7 +13,7 @@ categories = ["api-bindings"]
13
13
cfg-if = " 0.1"
14
14
libc = " 0.2"
15
15
16
- openssl-sys = { version = " 0.9.42 " , path = " ../openssl-sys" }
16
+ openssl-sys = { version = " 0.9.64 " , path = " ../openssl-sys" }
17
17
18
18
[dev-dependencies ]
19
19
openssl = { version = " 0.10.19" , path = " ../openssl" }
You can’t perform that action at this time.
0 commit comments