From c2f089bb0f3516eb442c2feb00200c287825ce6c Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Sun, 22 Nov 2020 14:22:07 +0000 Subject: [PATCH] Prepare 0.5.0 --- Cargo.toml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 532a401..f505699 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.4.0" +version = "0.5.0" edition = "2018" authors = ["Joseph Birr-Pixton "] license = "Apache-2.0/ISC/MIT" diff --git a/README.md b/README.md index 9ff3b38..50ce5a5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md). ## Release history: +* 0.5.0 (2020-11-22): + - Update dependencies. + - Make rustls dependency optional, for use with reqwest's certificate types. Thanks to @est31. * 0.4.0 (2020-07-05): - Update dependencies. * 0.3.0 (2020-02-24):