From 22d08c4001a904f03e27352af5d0a9d6f771bdd5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 14 Mar 2023 18:25:49 +0100 Subject: [PATCH] Release 2.1.1 --- Cargo.toml | 2 +- NEWS.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ad5ab3..8a0e00f 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.1.0" +version = "2.1.1" edition = "2021" rust-version = "1.64.0" diff --git a/NEWS.md b/NEWS.md index 53d44eb..1fb3599 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# Release 2.1.1 "Simple" (March 14, 2023) + +- Simplify code for printing server messages. +- Revert back to using rpassword v5 for now. + # Release 2.1.0 "Pretty" (March 10, 2023) This release makes some console output prettier and updates some dependencies