Skip to content

Commit d65147d

Browse files
committed
Release v0.2.6
1 parent 60a108b commit d65147d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v0.2.6]
6+
7+
### Fixed
8+
9+
* Fixed compilation on iOS.
10+
511
## [v0.2.5]
612

713
### Added
@@ -87,8 +93,9 @@
8793

8894
Look at the [release tags] for information about older releases.
8995

90-
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.5...master
91-
[v0.2.5]: https://github.com/sfackler/rust-native-tls/compare/v0.2.5...v0.2.5
96+
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.6...master
97+
[v0.2.6]: https://github.com/sfackler/rust-native-tls/compare/v0.2.5...v0.2.6
98+
[v0.2.5]: https://github.com/sfackler/rust-native-tls/compare/v0.2.4...v0.2.5
9299
[v0.2.4]: https://github.com/sfackler/rust-native-tls/compare/v0.2.3...v0.2.4
93100
[v0.2.3]: https://github.com/sfackler/rust-native-tls/compare/v0.2.2...v0.2.3
94101
[v0.2.2]: https://github.com/sfackler/rust-native-tls/compare/v0.2.1...v0.2.2

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "native-tls"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "A wrapper over a platform's native TLS implementation"

0 commit comments

Comments
 (0)