Skip to content

Commit a78690d

Browse files
committed
Add release history
1 parent 2ae3320 commit a78690d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ and the [hyper HTTP library](https://github.com/hyperium/hyper).
1111
By default clients verify certificates using the `rustls-native-certs` crate, which uses
1212
the platform's root CAs.
1313

14+
# Release history
15+
- Next release (0.19.0):
16+
* First release with async/await support
17+
* Alphas are available: https://crates.io/crates/hyper-rustls/0.18.0-alpha.2
18+
- 0.18.0 (2019-11-23)
19+
* Uses [rustls-native-certs](https://crates.io/crates/rustls-native-certs)
20+
instead of compiled-in root certificates.
21+
- 0.17.1 (2019-08-19)
22+
* Fix accidental use of sync read/write.
23+
- 0.17.0 (2019-08-11)
24+
* Update dependencies.
25+
1426
# License
1527
hyper-rustls is distributed under the following three licenses:
1628

0 commit comments

Comments
 (0)