From 494e101c21db3568e8313774355ea187d2cb6de5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 28 Jan 2022 17:40:35 +0100 Subject: [PATCH] Release 2.0.0-beta.3 --- Cargo.toml | 2 +- NEWS.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c37939..118e990 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.0-beta.2" +version = "2.0.0-beta.3" edition = "2021" rust-version = "1.56.0" diff --git a/NEWS.md b/NEWS.md index 2cad4fd..66f6406 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# Release 2.0.0-beta.3 "Fix the Fix" (January 28, 2022) + +This beta release only changes the way bash completions are generated to +un-break `cargo package` and `cargo publish`. + # Release 2.0.0-beta.2 "Spring Cleaning" (January 28, 2022) This beta release mostly consists of minor code cleanups, and small improvements