Skip to content

Commit

Permalink
Merge pull request secure-systems-lab#652 from secure-systems-lab/rel…
Browse files Browse the repository at this point in the history
…ease-0.30.0

Release 0.30.0
  • Loading branch information
jku authored Oct 3, 2023
2 parents ba59fea + 6f71afd commit fe0cf39
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## securesystemslib v0.30.0

This release contains improved Sigstore support.

### Changed

* SigstoreSigner adapted to sigstore-python 2.0 API: This allows
improved UX where a new signing identity can be defined using
interactive credentials (browser login):
`SigstoreSigner.import_via_auth()`
* Documentation improvements

### Removed

* Python 3.7 is no longer supported

## securesystemslib v0.29.0

This release is reaping the rewards of the new signer API with four(!) new
Expand Down
2 changes: 1 addition & 1 deletion securesystemslib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pylint: disable=missing-module-docstring
import logging

__version__ = "0.29.0"
__version__ = "0.30.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 fe0cf39

Please sign in to comment.