Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Oct 28, 2020
1 parent 3f711f2 commit 8fc7371
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: decathorpe
patreon: decathorpe
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
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"
Expand All @@ -31,4 +31,5 @@ toml = "^0.5.5"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3

7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 8fc7371

Please sign in to comment.