Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ 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))

### Fixed

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