Skip to content

Commit 8b258c2

Browse files
authored
Merge pull request #916 from jku/release-prep
Prepare 1.2.0 release
2 parents 5a4f798 + 97f7be2 commit 8b258c2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

520
This is a small release that only re-enables the use of SigstoreSigner.

securesystemslib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 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

0 commit comments

Comments
 (0)