Release openssl v0.10.1
This commit is contained in:
parent
be1e787ce6
commit
be50654564
|
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.10.1] - 2018-01-10
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Added a `From<ErrorStack> for ssl::Error` implementation.
|
||||||
|
|
||||||
## [v0.10.0] - 2018-01-10
|
## [v0.10.0] - 2018-01-10
|
||||||
|
|
||||||
### Compatibility
|
### Compatibility
|
||||||
|
|
@ -65,6 +71,7 @@
|
||||||
|
|
||||||
Look at the [release tags] for information about older releases.
|
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
|
[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
|
[release tags]: https://github.com/sfackler/rust-openssl/releases
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "openssl"
|
name = "openssl"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "OpenSSL bindings"
|
description = "OpenSSL bindings"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue