Skip to content

v0.5.2

Compare
Choose a tag to compare
@mikaelmello mikaelmello released this 01 Nov 01:32
· 129 commits to main since this release
v0.5.2
331daf5
  • Fixed typo in the default error message when a password confirmation does not match. Thanks to @woodruffw for the PR! #79
    • Releases containing the typo: v0.5.0 and v0.5.1.

0.5.1

  • Removed use of bool::then_some feature to keep minimum supported Rust version on 1.56.0.

0.5.0 - 2022-10-31

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 to @hampuslidin for the PR! #73