From 3e043d1819281ee2cd1dfd6c142927251905f09b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 12 Aug 2020 16:03:32 +0200 Subject: [PATCH] Release 0.6.1 --- Cargo.toml | 2 +- NEWS.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e007ff..6beb77d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bodhi" description = "bodhi REST API client" license = "MIT OR Apache-2.0" -version = "0.6.0" +version = "0.6.1" edition = "2018" authors = ["Fabio Valentini "] diff --git a/NEWS.md b/NEWS.md index a9ea05a..08fa0a8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# Release 0.6.1 "Murmeltier" (Aug. 12, 2020) + +Improvements: + +- add `F34` as valid `FedoraRelease` variant + # Release 0.6.0 "Upstream" (June 22, 2020) Bug fixes: