diff --git a/Cargo.toml b/Cargo.toml index 1b87100..f681959 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 = "1.0.1" +version = "1.0.2" edition = "2018" authors = ["Fabio Valentini "] diff --git a/NEWS.md b/NEWS.md index 64441d0..c570479 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# Release 1.0.2 "Move Along" (June 03, 2021) + +Internal changes: + +- fix some warnings raised by newer versions of clippy + # Release 1.0.1 "Better Secretz" (January 06, 2021) Internal changes: