File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.2.4]
6
+
7
+ ### Added
8
+
9
+ * Added a ` Clone ` implementation for ` Identity ` .
10
+
11
+ ### Updated
12
+
13
+ * Updated security-framework to 0.4.
14
+
5
15
## [ v0.2.3]
6
16
7
17
### Fixed
66
76
67
77
Look at the [ release tags] for information about older releases.
68
78
69
- [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.3...master
79
+ [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.4...master
80
+ [ v0.2.4 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.3...v0.2.4
70
81
[ v0.2.3 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.2...v0.2.3
71
82
[ v0.2.2 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.1...v0.2.2
72
83
[ v0.2.1 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " native-tls"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
description = " A wrapper over a platform's native TLS implementation"
You can’t perform that action at this time.
0 commit comments