From 69108d03d00b32e767e569cebc8c52ab1cca6c55 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 14 Mar 2023 18:05:35 +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 8447700..51621e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bodhi" description = "bodhi REST API client" license = "MIT OR Apache-2.0" -version = "2.1.0" +version = "2.1.1" edition = "2021" rust-version = "1.63.0" diff --git a/NEWS.md b/NEWS.md index fd7e9c3..99eb074 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +### Release 2.1.1 + +- Derive `Default` implementations for enums where possible. +- Revert back to using rpassword v5 in example code for now. + ### Release 2.1.0 This release contains a few small improvements and updates to match