From 978863a0d1ce96bd8411e6e90b9a35a3e55eaf24 Mon Sep 17 00:00:00 2001 From: Ricky Hosfelt Date: Tue, 6 Sep 2022 19:26:49 -0700 Subject: [PATCH] Prepare for 0.5.0 release; bump version number and fix link to repository in Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba92700..dfa4b89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "confy" -version = "0.4.0" +version = "0.5.0" authors = ["Katharina Fey "] description = "Boilerplate-free configuration management" license = "MIT/X11 OR Apache-2.0" documentation = "https://docs.rs/confy" repository = "https://github.com/rust-cli/confy" +readme = "README.md" edition = "2018" [dependencies]