File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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/* `
You can’t perform that action at this time.
0 commit comments