From 1ea9326fb767df55f53b3ef85ff0e2a7bd58aa5a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 23 Jan 2022 17:49:02 +0100 Subject: [PATCH] Release 2.0.0-beta.1 --- Cargo.toml | 2 +- NEWS.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f024feb..be96bbc 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 = "2.0.0-dev" +version = "2.0.0-beta.1" edition = "2021" authors = ["Fabio Valentini "] diff --git a/NEWS.md b/NEWS.md index 96c70f6..c0f1311 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +# Release 2.0.0-beta.1 "Modern Times" (January 23, 2022) + +Changes: + +- ported to `fedora ^2.0.0-beta.1` and `bodhi ^2.0.0-beta.1` +- use `tokio` as async runtime +- add CLI flags for specifying test results in the `waive-tests` command +- remove CLI flags for querying updates based on `date_approved` + (this value is never used or written, and is always `None` on bodhi servers) + # Release 1.1.0 "Cookie Monster" (September 25, 2021) Changes: