File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
12
## securesystemslib v1.0.0
4
13
5
14
Securesystemslib API is now considered stable. The core functionality is
Original file line number Diff line number Diff line change 1
1
# pylint: disable=missing-module-docstring
2
2
import logging
3
3
4
- __version__ = "1.0 .0"
4
+ __version__ = "1.1 .0"
5
5
6
6
# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
7
7
# (print to console) and the WARNING log level (print messages of type
You can’t perform that action at this time.
0 commit comments