Release openssl v0.10.1

This commit is contained in:
Steven Fackler 2018-01-10 22:30:08 -08:00
parent be1e787ce6
commit be50654564
2 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,12 @@
## [Unreleased]
## [v0.10.1] - 2018-01-10
### Added
* Added a `From<ErrorStack> for ssl::Error` implementation.
## [v0.10.0] - 2018-01-10
### Compatibility
@ -65,6 +71,7 @@
Look at the [release tags] for information about older releases.
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...master
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.1...master
[v0.10.1]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...openssl-v0.10.1
[v0.10.0]: https://github.com/sfackler/rust-openssl/compare/v0.9.23...openssl-v0.10.0
[release tags]: https://github.com/sfackler/rust-openssl/releases

View File

@ -1,6 +1,6 @@
[package]
name = "openssl"
version = "0.10.0"
version = "0.10.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"