Skip to content

Commit

Permalink
Merge pull request #821 from jku/release-v1.1.0
Browse files Browse the repository at this point in the history
Prepare v1.1.0 release
  • Loading branch information
jku authored Jun 4, 2024
2 parents 08e64be + 9d4a99e commit c70d7be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## securesystemslib v1.1.0

This is a small release that only re-enables the use of SigstoreSigner.
Note that SigstoreSigner and SigstoreKey are still not part of the default
set of supported signers & keys but now they can be enabled.

### Changed
* SigstoreSigner: Re-enable compatibility with Sigstore (#781)

## securesystemslib v1.0.0

Securesystemslib API is now considered stable. The core functionality is
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__ = "1.0.0"
__version__ = "1.1.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 c70d7be

Please sign in to comment.