File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## securesystemslib v1.1.0
4+
5+ This is a small release that only re-enables the use of SigstoreSigner.
6+ Note that SigstoreSigner and SigstoreKey are still not part of the default
7+ set of supported signers & keys but now they can be enabled.
8+
9+ ### Changed
10+ * SigstoreSigner: Re-enable compatibility with Sigstore (#781 )
11+
312## securesystemslib v1.0.0
413
514Securesystemslib API is now considered stable. The core functionality is
Original file line number Diff line number Diff line change 11# pylint: disable=missing-module-docstring
22import logging
33
4- __version__ = "1.0 .0"
4+ __version__ = "1.1 .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