Skip to content

Commit 774a19c

Browse files
committed
Release v0.2.11
1 parent aa20e08 commit 774a19c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v0.2.11]
6+
7+
### Fixed
8+
9+
* Removed an unused build dependency.
10+
511
## [v0.2.10]
612

713
### Fixed
@@ -117,7 +123,8 @@
117123

118124
Look at the [release tags] for information about older releases.
119125

120-
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.10...master
126+
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.11...master
127+
[v0.2.11]: https://github.com/sfackler/rust-native-tls/compare/v0.2.10...v0.2.11
121128
[v0.2.10]: https://github.com/sfackler/rust-native-tls/compare/v0.2.9...v0.2.10
122129
[v0.2.9]: https://github.com/sfackler/rust-native-tls/compare/v0.2.8...v0.2.9
123130
[v0.2.8]: https://github.com/sfackler/rust-native-tls/compare/v0.2.7...v0.2.8

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.10"
3+
version = "0.2.11"
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)