From 87b3e7b4a6586f1872bbe29f18ced3dcf0ee9f7b Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 25 Oct 2021 14:30:05 +0200 Subject: [PATCH] Prepare 0.6.1 release --- Cargo.toml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8602b5c..8e19396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.6.0" +version = "0.6.1" edition = "2018" authors = ["Joseph Birr-Pixton "] license = "Apache-2.0/ISC/MIT" diff --git a/README.md b/README.md index 6f3658c..c2cecfb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md). ## Release history: +* 0.6.1 (2021-10-25): + - Allow overrides using `SSL_CERT_FILE` on all platforms. * 0.6.0 (2021-10-24): - Remove rustls dependency entirely. * 0.5.0 (2020-11-22):