summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Birr-Pixton <jpixton@gmail.com>2017-02-27 19:30:00 +0000
committerJoseph Birr-Pixton <jpixton@gmail.com>2017-02-27 19:30:00 +0000
commitb149eb78187b97f057e3ee1aade6be67bf093229 (patch)
tree8575bc350dbdf4f273f429a8f99365ba35774910
parente8d815a7aad9d2a7850fbf2df53e5d322741a70b (diff)
0.5.7v/0.5.7
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd58a129..4c84991b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/README.md b/README.md
index d06d5e48..81eb33eb 100644
--- a/README.md
+++ b/README.md
@@ -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