From 95fe257396ea96a261187daa980410b589509d2e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 1 Feb 2022 01:25:24 +0100 Subject: [PATCH] Release 2.0.0 --- Cargo.toml | 2 +- NEWS.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d98775..fbe79e7 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-beta.2" +version = "2.0.0" edition = "2021" rust-version = "1.56.0" diff --git a/NEWS.md b/NEWS.md index dfb780a..fffd20e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +# Release 2.0.0 "Finally" (February 01, 2022) + +This release contains no code changes compared to the previous beta. The only +changes are some updated crate dependencies (to match the versions that are +available from Fedora repositories at the time of publishing), and the client +now uses a custom `bodhi-cli v2.0.0` User-Agent header for HTTP requests. + +For a complete list of changes since `v1.1.0`, read the release notes for the +last two beta releases. + # Release 2.0.0-beta.2 "Modernist Times" (January 28, 2022) This release includes a few minor new features and changes: