Release v0.2.11

This commit is contained in:
Steven Fackler
2022-11-01 13:06:26 -04:00
parent 58f1df52dd
commit 23018a093d
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -2,6 +2,12 @@
## [Unreleased]
## [v0.2.11]
### Fixed
* Removed an unused build dependency.
## [v0.2.10]
### Fixed
@@ -117,7 +123,8 @@
Look at the [release tags] for information about older releases.
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.10...master
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.11...master
[v0.2.11]: https://github.com/sfackler/rust-native-tls/compare/v0.2.10...v0.2.11
[v0.2.10]: https://github.com/sfackler/rust-native-tls/compare/v0.2.9...v0.2.10
[v0.2.9]: https://github.com/sfackler/rust-native-tls/compare/v0.2.8...v0.2.9
[v0.2.8]: https://github.com/sfackler/rust-native-tls/compare/v0.2.7...v0.2.8
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "native-tls"
version = "0.2.10"
version = "0.2.11"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A wrapper over a platform's native TLS implementation"