v0.5.2
- 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 thePassword
builder chain. Thanks to @hampuslidin for the PR! #73