File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
318## securesystemslib v1.1.0
419
520This is a small release that only re-enables the use of SigstoreSigner.
Original file line number Diff line number Diff line change 11import logging
22
3- __version__ = "1.1 .0"
3+ __version__ = "1.2 .0"
44
55# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
66# (print to console) and the WARNING log level (print messages of type
You can’t perform that action at this time.
0 commit comments