Skip to content

Commit

Permalink
Merge pull request #916 from jku/release-prep
Browse files Browse the repository at this point in the history
Prepare 1.2.0 release
  • Loading branch information
jku authored Dec 3, 2024
2 parents 5a4f798 + 97f7be2 commit 8b258c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## securesystemslib v1.2.0

Small release with mostly internal changes.

Thanks to @L77H and @NicholasTanz for the bulk of the work on this release.

### Added
* ecdsa-sha2-nistp521 supported in signer API (#852)
* SigstoreSigner now has a convenience function for creating a signing
identity for GitHub Actions workflow (#842)

### Internals
* Linting refactoring, switched to ruff
* Modern annotations used in most of the code base

## securesystemslib v1.1.0

This is a small release that only re-enables the use of SigstoreSigner.
Expand Down
2 changes: 1 addition & 1 deletion securesystemslib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "1.1.0"
__version__ = "1.2.0"

# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
# (print to console) and the WARNING log level (print messages of type
Expand Down

0 comments on commit 8b258c2

Please sign in to comment.