Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sigstore: use our own Statement type #930

Merged
merged 11 commits into from
Mar 13, 2024
Prev Previous commit
Next Next commit
CHANGELOG: record changes
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Mar 11, 2024
commit deb4bada3710fd77f1b54e7bea14dd7a6320c8d6
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ All versions prior to 0.9.0 are untracked.
signature verification on a pre-computed hash value
([#904](https://github.com/sigstore/sigstore-python/pull/904))

* API: The `sigstore.dsse` module and `dsse.Statement` APIs have been added
([#930](https://github.com/sigstore/sigstore-python/pull/930))

### Removed

* **BREAKING API CHANGE**: `SigningResult.input_digest` has been removed;
Expand Down
Loading