Skip to content

v0.2.0 - cli

Compare
Choose a tag to compare
@jshawl jshawl released this 17 Feb 13:41
· 3 commits to main since this release
v0.2.0
e97c27d

What's Changed

Added

  • Support for changing or removing the password from the private key
  • minisign executable
  • Minisign::PrivateKey#sign adds a new optional untrusted_comment argument
  • Custom error classes:
    • Minisign::SignatureVerificationError
    • Minisign::PasswordMissingError
    • Minisign::PasswordIncorrectError

Changed

  • Minisign::PublicKey#verify now raises Minisign::SignatureVerificationError instead of Ed25519::VerifyError and specifies whether the global signature or the comment signature failed to verify
  • Minisign::PrivateKey now raises Minisign::PasswordMissingError or Minisign::PasswordIncorrectError instead of RuntimeError

Full Changelog: v0.1.0...v0.2.0