From 3ae8c38ad2217ff153d06b841ed29d66db041e6b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 30 May 2022 20:38:07 +0200 Subject: [PATCH] Release 2.0.1 --- Cargo.toml | 2 +- NEWS.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57f290c..d6c3e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fedora-update-feedback" description = "Provide feedback for Fedora updates (inspired by fedora-easy-karma)" license = "MIT OR Apache-2.0" -version = "2.0.1-dev" +version = "2.0.1" edition = "2021" rust-version = "1.56.0" diff --git a/NEWS.md b/NEWS.md index dd66702..dcd3384 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +# Release 2.0.1 "Optimize" (May 30, 2022) + +This release includes some minor changes, including: + +- bumped `bodhi` dependency to `2.0.1` to improve compatibility with future + releases of the bodhi server (including 6.0.0) +- improved heuristics for determining whether an update is ready for feedback + (again) after karma was reset +- skip printing update details that only contain wrong / garbage data + # Release 2.0.0 "Finally" (February 01, 2022) This release contains only minor code changes compared to the previous beta: