Skip to content

Commit 2cf1f8f

Browse files
CHANGELOG: record changes (#65)
Co-authored-by: Facundo Tuesca <[email protected]>
1 parent 31afa30 commit 2cf1f8f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- The minimum Python version required has been brought back to `3.9`
1515
([#64](https://github.com/trailofbits/pypi-attestations/pull/64)).
1616

17+
- The `Attestation.verify(...)` API has been changed to remove the `Verifier`
18+
argument in favor of an optional `staging: bool` kwarg to select the
19+
Sigstore instance
20+
([#62](https://github.com/trailofbits/pypi-attestations/pull/62))
21+
22+
- The `Attestation.verify(...)` API has been changed to accept both `Publisher`
23+
and `VerificationPolicy` objects as a policy. The publisher object is internally
24+
converted to an appropriate verification policy.
25+
1726
### Fixed
1827

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

0 commit comments

Comments
 (0)