Release openssl v0.10.2

This commit is contained in:
Steven Fackler 2018-01-11 17:34:25 -08:00
parent 8ee891fcbf
commit 9943bb6869
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased] ## [Unreleased]
## [v0.10.2] - 2018-01-11
### Added ### Added
* Added `ConnectConfiguration::set_use_server_name_indication` and * Added `ConnectConfiguration::set_use_server_name_indication` and
@ -77,7 +79,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.1...master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.2...master
[v0.10.1]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.1...openssl-v0.10.2
[v0.10.1]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...openssl-v0.10.1 [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

View File

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