File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.2.10]
6
+
7
+ ### Fixed
8
+
9
+ * Fixed the build for iOS.
10
+
11
+ ## [ v0.2.9]
12
+
13
+ ### Added
14
+
15
+ * Added ` Identity::from_pkcs8 ` .
16
+
5
17
## [ v0.2.8]
6
18
7
19
### Fixed
105
117
106
118
Look at the [ release tags] for information about older releases.
107
119
108
- [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.8...master
120
+ [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.10...master
121
+ [ v0.2.10 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.9...v0.2.10
122
+ [ v0.2.9 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.8...v0.2.9
109
123
[ v0.2.8 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.7...v0.2.8
110
124
[ v0.2.7 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.6...v0.2.7
111
125
[ v0.2.6 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.5...v0.2.6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " native-tls"
3
- version = " 0.2.9 "
3
+ version = " 0.2.10 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
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