Skip to content

v0.5.1

Compare
Choose a tag to compare
@mikaelmello mikaelmello released this 31 Oct 04:39
· 134 commits to main since this release
v0.5.1
5393c84
  • Removed use of bool::then_some feature to keep minimum supported Rust version on 1.56.0.

v0.5.0

Breaking Changes

Password prompts now enable a secondary confirmation prompt by default:

  • Added support for password confirmation, which can be oupted-out of by adding the without_confirmation() method into the Password builder chain. Thanks @hampuslidin