File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## securesystemslib v1.2.0
4
+
5
+ Small release with mostly internal changes.
6
+
7
+ Thanks to @L77H and @NicholasTanz for the bulk of the work on this release.
8
+
9
+ ### Added
10
+ * ecdsa-sha2-nistp521 supported in signer API (#852 )
11
+ * SigstoreSigner now has a convenience function for creating a signing
12
+ identity for GitHub Actions workflow (#842 )
13
+
14
+ ### Internals
15
+ * Linting refactoring, switched to ruff
16
+ * Modern annotations used in most of the code base
17
+
3
18
## securesystemslib v1.1.0
4
19
5
20
This is a small release that only re-enables the use of SigstoreSigner.
Original file line number Diff line number Diff line change 1
1
import logging
2
2
3
- __version__ = "1.1 .0"
3
+ __version__ = "1.2 .0"
4
4
5
5
# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
6
6
# (print to console) and the WARNING log level (print messages of type
You can’t perform that action at this time.
0 commit comments