From 3e97326a0998d526bf7782fd03be96e5adcac39d Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Sun, 5 Jul 2020 21:23:05 +0100 Subject: [PATCH] Prepare 0.4.0 --- Cargo.toml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8874724..3e7bb02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.3.0" +version = "0.4.0" edition = "2018" authors = ["Joseph Birr-Pixton "] license = "Apache-2.0/ISC/MIT" diff --git a/README.md b/README.md index 3b108a5..9ff3b38 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md). ## Release history: +* 0.4.0 (2020-07-05): + - Update dependencies. * 0.3.0 (2020-02-24): - Support wider range of UNIX platforms. - Update dependencies.