Skip to content

v0.5.0

Compare
Choose a tag to compare
@mikaelmello mikaelmello released this 31 Oct 04:22
· 137 commits to main since this release
v0.5.0
501c100

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