Skip to content

Commit

Permalink
CHANGELOG: record changes (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Facundo Tuesca <facundo.tuesca@trailofbits.com>
  • Loading branch information
woodruffw and facutuesca authored Oct 22, 2024
1 parent 31afa30 commit 2cf1f8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The minimum Python version required has been brought back to `3.9`
([#64](https://github.com/trailofbits/pypi-attestations/pull/64)).

- The `Attestation.verify(...)` API has been changed to remove the `Verifier`
argument in favor of an optional `staging: bool` kwarg to select the
Sigstore instance
([#62](https://github.com/trailofbits/pypi-attestations/pull/62))

- The `Attestation.verify(...)` API has been changed to accept both `Publisher`
and `VerificationPolicy` objects as a policy. The publisher object is internally
converted to an appropriate verification policy.

### Fixed

- `python -m pypi_attestations verify` now handles inputs like `dist/*`
Expand Down

0 comments on commit 2cf1f8f

Please sign in to comment.