Releases: ironthree/bodhi-cli
1.0.0 "Up This Grade"
Internal changes:
- update
bodhi
to1.0
- update
rpassword
to5.0
- update
dirs
to3.0.1
0.4.1 "Exclude()"
This release only contains non-code changes:
- exclude both the
.github
folder andrustfmt.toml
from published crates
0.4.0 "Drop()"
Breaking Changes:
- refactored code into a binary-only crate
- dropped unused
bodhi_cli
library component
0.3.3 "Bump2()"
Changes:
- bump
bodhi
dependency to^0.6
for bodhi 5.4.0 server support
0.3.1"Patch()"
This release fixes the wrong attached description for the password saved in the session keyring.
0.3.0 "ForgetMeNot()"
This version introduces the possibility to securely storing the FAS password in the session keyring, so it doesn't have to be entered every time the program is run.
This functionality is enabled by default. To disable it, pass the --no-store-password
CLI flag.
To make the program ignore any previously saved password (for example, because you changed it, or because you made a typo when entering it), pass the --ignore-keyring
CLI switch.
0.2.5 "Limit()"
Improvements:
- warn about long-running queries (all updates, all overrides) and require
--force
CLI flag to do them anyway
0.2.4 "Bump()"
Changes since the last release:
- update dependencies
- use more nice structopt features (colored error messages, wrapped help text, etc.)
0.2.3 "Fix()"
Fix a typo in the term_size
dependency version.
0.2.2 "Update()"
Minor update: Bump to bodhi 0.5.0 and adapt to changed API.