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

Releases: ironthree/bodhi-cli

1.0.0 "Up This Grade"

15 Nov 19:48
6bf22a6
Compare
Choose a tag to compare

Internal changes:

  • update bodhi to 1.0
  • update rpassword to 5.0
  • update dirs to 3.0.1

0.4.1 "Exclude()"

04 Nov 12:11
fdb13f3
Compare
Choose a tag to compare

This release only contains non-code changes:

  • exclude both the .github folder and rustfmt.toml from published crates

0.4.0 "Drop()"

04 Nov 12:10
8fc7371
Compare
Choose a tag to compare

Breaking Changes:

  • refactored code into a binary-only crate
  • dropped unused bodhi_cli library component

0.3.3 "Bump2()"

04 Nov 12:10
37c0af5
Compare
Choose a tag to compare

Changes:

  • bump bodhi dependency to ^0.6 for bodhi 5.4.0 server support

0.3.1"Patch()"

09 Mar 09:16
ac28b45
Compare
Choose a tag to compare

This release fixes the wrong attached description for the password saved in the session keyring.

0.3.0 "ForgetMeNot()"

08 Mar 20:41
ff6d6ba
Compare
Choose a tag to compare

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()"

24 Feb 14:46
a56bac6
Compare
Choose a tag to compare

Improvements:

  • warn about long-running queries (all updates, all overrides) and require --force CLI flag to do them anyway

0.2.4 "Bump()"

17 Feb 09:29
73856de
Compare
Choose a tag to compare

Changes since the last release:

  • update dependencies
  • use more nice structopt features (colored error messages, wrapped help text, etc.)

0.2.3 "Fix()"

31 Jan 14:47
50509b2
Compare
Choose a tag to compare

Fix a typo in the term_size dependency version.

0.2.2 "Update()"

19 Jan 21:04
eeb493f
Compare
Choose a tag to compare

Minor update: Bump to bodhi 0.5.0 and adapt to changed API.