We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08e64be + 9d4a99e commit c70d7beCopy full SHA for c70d7be
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## securesystemslib v1.0.0
13
14
Securesystemslib API is now considered stable. The core functionality is
securesystemslib/__init__.py
@@ -1,7 +1,7 @@
# pylint: disable=missing-module-docstring
import logging
-__version__ = "1.0.0"
+__version__ = "1.1.0"
# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
# (print to console) and the WARNING log level (print messages of type
0 commit comments