Release openssl v0.10.5

This commit is contained in:
Steven Fackler 2018-02-28 14:33:04 -08:00
parent aa9addf532
commit b6985c7e8d
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased] ## [Unreleased]
## [v0.10.5] - 2018-02-28
### Fixed ### Fixed
* `ErrorStack`'s `Display` implementation no longer writes an empty string if it contains no errors. * `ErrorStack`'s `Display` implementation no longer writes an empty string if it contains no errors.
@ -134,7 +136,8 @@
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.4...master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.5...master
[v0.10.5]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.4...openssl-v0.10.5
[v0.10.4]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.3...openssl-v0.10.4 [v0.10.4]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.3...openssl-v0.10.4
[v0.10.3]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.2...openssl-v0.10.3 [v0.10.3]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.2...openssl-v0.10.3
[v0.10.2]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.1...openssl-v0.10.2 [v0.10.2]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.1...openssl-v0.10.2

View File

@ -1,6 +1,6 @@
[package] [package]
name = "openssl" name = "openssl"
version = "0.10.4" version = "0.10.5"
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"