Skip to content

Commit f1d2638

Browse files
committed
Release v0.2.10
1 parent dc3dbf9 commit f1d2638

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

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+
517
## [v0.2.8]
618

719
### Fixed
@@ -105,7 +117,9 @@
105117

106118
Look at the [release tags] for information about older releases.
107119

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
109123
[v0.2.8]: https://github.com/sfackler/rust-native-tls/compare/v0.2.7...v0.2.8
110124
[v0.2.7]: https://github.com/sfackler/rust-native-tls/compare/v0.2.6...v0.2.7
111125
[v0.2.6]: https://github.com/sfackler/rust-native-tls/compare/v0.2.5...v0.2.6

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "native-tls"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
description = "A wrapper over a platform's native TLS implementation"

0 commit comments

Comments
 (0)