summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Birr-Pixton <jpixton@gmail.com>2019-04-02 20:44:10 +0100
committerJoseph Birr-Pixton <jpixton@gmail.com>2019-04-02 20:44:10 +0100
commitcd66549efde274b904305058768471810feeaa2c (patch)
tree47c64b735d92d3ae31ad35cfbfe6102a90fe152d
parent27d29e428327cfb0375d4698e9e47d01eecf150e (diff)
Prepare 0.15.2v/0.15.2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md5
2 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa32297b..c54ff02b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
-version = "0.15.1"
+version = "0.15.2"
edition = "2018"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
diff --git a/README.md b/README.md
index c11906cd..abdbad47 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,11 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).
## Release history:
+* 0.15.2 (2019-04-02):
+ - Moved example code around for benefit of Fuchsia.
+ - Example code fixes for Windows -- Windows is now a tested platform.
+ - QUIC-specific bug fixes.
+ - Update dependencies.
* 0.15.1 (2019-01-29):
- Fix incorrect offering of SHA1.
* 0.15.0 (2019-01-20):