From 8f0ed0a33d92bd8ad772885b8392df5845227afe Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 6 Jan 2021 11:52:54 +0100 Subject: [PATCH] Release 1.0.1 --- Cargo.toml | 2 +- NEWS.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef6e642..1b87100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bodhi-cli" description = "bodhi CLI client based on bodhi-rs" license = "MIT OR Apache-2.0" -version = "1.0.0" +version = "1.0.1" edition = "2018" authors = ["Fabio Valentini "] diff --git a/NEWS.md b/NEWS.md index fb3fe46..64441d0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +# Release 1.0.1 "Better Secretz" (January 06, 2021) + +Internal changes: + +- update `secret-service` to `2.0` (with the new `zbus` backend) + +# Release 1.0.0 "Up This Grade" (November 30, 2020) + +Internal changes: + +- update `bodhi` to `1.0` +- update `rpassword` to `5.0` +- update `dirs` to `3.0.1` + # Release 0.4.1 "Exclude()" (October 29, 2020) This release only contains non-code changes: