Releases: ironthree/bodhi-cli
2.1.2
- 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
- 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"
- Dropped default features from
chronoto avoid the dependency on version 0.1 of thetimecrate. - Ported from
structopttoclapversion 4. - MSRV increased from 1.56.0 to 1.64.0.
2.0.1 "Optimize"
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"
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"
This release includes a few minor new features and changes:
- add generated bash completions for bodhi-cli
- add
create-update-overridessubcommand 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
--verboseswitch
2.0.0-beta.1 "Modern Times"
Changes:
- ported to
fedora ^2.0.0-beta.1andbodhi ^2.0.0-beta.1 - use
tokioas async runtime - add CLI flags for specifying test results in the
waive-testscommand - remove CLI flags for querying updates based on
date_approved(this value is never used or written, and is alwaysNoneon bodhi servers)
1.1.0 "Cookie Monster"
Changes:
- use
bodhi ^1.1andfedora ^1.1for better and faster session handling - implement code improvements suggested by clippy
1.0.2 "Move Along"
Internal changes:
- fix some warnings raised by newer versions of clippy
1.0.1 "Better Secretz"
Internal changes:
- update
secret-serviceto2.0(with the newzbusbackend)