Skip to content

Releases: ironthree/bodhi-cli

2.1.2

27 Apr 21:37
2b378ce
Compare
Choose a tag to compare
  • Ported from the deprecated term_size crate to terminal_size.

Thanks to @pendulum-project, @elementary, @tweedegolf, @Conan-Kudo, @sdroege, @Best-HeyGman, and a mystery sponsor for supporting my work.

2.1.1

15 Nov 19:53
8187497
Compare
Choose a tag to compare
  • Updated various dependencies.
  • MSRV bumped from 1.64.0 to 1.70.0 due to transitive dependencies.

Thanks to @pendulum-project, @elementary, @tweedegolf, @Conan-Kudo, @sdroege, @quot, and a mystery sponsor for supporting my work.

2.1.0 "Simple"

15 Nov 19:52
b552451
Compare
Choose a tag to compare
  • 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.

2.0.1 "Optimize"

15 Nov 19:51
6627987
Compare
Choose a tag to compare

This release includes only very minor changes, including bumping the bodhi dependency to 2.0.1 to improve compatibility with future releases of the bodhi server (including 6.0.0).

2.0.0 "Finally"

15 Nov 19:51
95fe257
Compare
Choose a tag to compare

This release contains no code changes compared to the previous beta. The only changes are some updated crate dependencies (to match the versions that are available from Fedora repositories at the time of publishing), and the client now uses a custom bodhi-cli v2.0.0 User-Agent header for HTTP requests.

For a complete list of changes since v1.1.0, read the release notes for the last two beta releases.

2.0.0-beta.2 "Modernist Times"

15 Nov 19:51
255fd10
Compare
Choose a tag to compare
Pre-release

This release includes a few minor new features and changes:

  • add generated bash completions for bodhi-cli
  • add create-update-overrides subcommand to create buildroot overrides for all builds in a given update
  • make output of most commands a little easier on the eyes
  • hide some informational output behind a --verbose switch

2.0.0-beta.1 "Modern Times"

15 Nov 19:50
1ea9326
Compare
Choose a tag to compare
Pre-release

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)

1.1.0 "Cookie Monster"

15 Nov 19:49
b89e99c
Compare
Choose a tag to compare

Changes:

  • use bodhi ^1.1 and fedora ^1.1 for better and faster session handling
  • implement code improvements suggested by clippy

1.0.2 "Move Along"

15 Nov 19:49
2d59526
Compare
Choose a tag to compare

Internal changes:

  • fix some warnings raised by newer versions of clippy

1.0.1 "Better Secretz"

15 Nov 19:48
8f0ed0a
Compare
Choose a tag to compare

Internal changes:

  • update secret-service to 2.0 (with the new zbus backend)