This commit is contained in:
Joseph Birr-Pixton 2017-02-27 19:30:00 +00:00
parent e8d815a7aa
commit b149eb7818
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rustls"
version = "0.5.6"
version = "0.5.7"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
readme = "README.md"

View File

@ -13,6 +13,8 @@ Rustls is currently in development and hence unstable. [Here's what I'm working
## Release history:
* 0.5.7:
- No changes from 0.5.6; republished with nightly cargo for category support.
* 0.5.6:
- RFC7627 extended master secret support
- Assorted documentation improvements