File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## securesystemslib v0.30.0
4+
5+ This release contains improved Sigstore support.
6+
7+ ### Changed
8+
9+ * SigstoreSigner adapted to sigstore-python 2.0 API: This allows
10+ improved UX where a new signing identity can be defined using
11+ interactive credentials (browser login):
12+ ` SigstoreSigner.import_via_auth() `
13+ * Documentation improvements
14+
15+ ### Removed
16+
17+ * Python 3.7 is no longer supported
18+
319## securesystemslib v0.29.0
420
521This release is reaping the rewards of the new signer API with four(!) new
Original file line number Diff line number Diff line change 11# pylint: disable=missing-module-docstring
22import logging
33
4- __version__ = "0.29 .0"
4+ __version__ = "0.30 .0"
55
66# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
77# (print to console) and the WARNING log level (print messages of type
You can’t perform that action at this time.
0 commit comments