Skip to content

v0.0.7

Compare
Choose a tag to compare
@woodruffw woodruffw released this 10 Jul 18:14
· 54 commits to main since this release
718efd0

Added

  • AttestationType has been added, as an enumeration of all currently known
    attestation types (by URL)
    (#29)

Changed

  • Attestation.verify now checks the attestation's type against
    AttestationType before returning it
    (#29)

Fixed

  • Attestation.sign now only returns AttestationError when failing to sign a
    distribution file
    (#28)