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

Commit

Permalink
Release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Jan 23, 2022
1 parent f5df212 commit 1ea9326
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "bodhi-cli"
description = "bodhi CLI client based on bodhi-rs"
license = "MIT OR Apache-2.0"

version = "2.0.0-dev"
version = "2.0.0-beta.1"
edition = "2021"

authors = ["Fabio Valentini <[email protected]>"]
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release 2.0.0-beta.1 "Modern Times" (January 23, 2022)

Changes:

- ported to `fedora ^2.0.0-beta.1` and `bodhi ^2.0.0-beta.1`
- use `tokio` as async runtime
- add CLI flags for specifying test results in the `waive-tests` command
- remove CLI flags for querying updates based on `date_approved`
(this value is never used or written, and is always `None` on bodhi servers)

# Release 1.1.0 "Cookie Monster" (September 25, 2021)

Changes:
Expand Down

0 comments on commit 1ea9326

Please sign in to comment.