From 8fc73712e5b1a901058db7c84209d17ba983206a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 28 Oct 2020 15:37:39 +0100 Subject: [PATCH] Release 0.4.0 --- .github/FUNDING.yml | 2 ++ Cargo.toml | 5 +++-- NEWS.md | 7 +++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..c087f84 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: decathorpe +patreon: decathorpe diff --git a/Cargo.toml b/Cargo.toml index 875a3c5..bbe87cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,14 +3,14 @@ name = "bodhi-cli" description = "bodhi CLI client based on bodhi-rs" license = "MIT OR Apache-2.0" -version = "0.3.3" +version = "0.4.0" edition = "2018" authors = ["Fabio Valentini "] readme = "README.md" categories = ["command-line-utilities"] keywords = ["fedora", "bodhi", "CLI", "client"] -repository = "https://pagure.io/ironthree/bodhi-cli" +repository = "https://github.com/ironthree/bodhi-cli" [[bin]] name = "bodhi-cli" @@ -31,4 +31,5 @@ toml = "^0.5.5" [profile.release] codegen-units = 1 lto = true +opt-level = 3 diff --git a/NEWS.md b/NEWS.md index 2274507..db41b16 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# Release 0.4.0 "Drop()" (October 28, 2020) + +Breaking Changes: + +- refactored code into a binary-only crate +- dropped unused `bodhi_cli` library component + # Release 0.3.3 "Bump2()" (June 22, 2020) Changes: