diff --git a/Cargo.toml b/Cargo.toml index 0901033..e3bce07 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.1" +version = "2.1.0" edition = "2021" rust-version = "1.64.0" diff --git a/NEWS.md b/NEWS.md index bb1e0c9..d59eeae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# Release 2.1.0 "Simple" (March 14, 2023) + +- Dropped default features from `chrono` to avoid the dependency on version + 0.1 of the `time` crate. +- Ported from `structopt` to `clap` version 4. +- MSRV increased from 1.56.0 to 1.64.0. + # Release 2.0.1 "Optimize" (May 30, 2022) This release includes only very minor changes, including bumping the `bodhi`