Skip to content

Commit

Permalink
prep 3.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Facundo Tuesca <[email protected]>
  • Loading branch information
facutuesca committed Sep 18, 2024
1 parent eea7315 commit 816ceac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ All versions prior to 0.9.0 are untracked.

## [Unreleased]

## [3.3.0]

### Added

* CLI: The `sigstore verify` command now outputs the inner in-toto statement
Expand Down Expand Up @@ -498,7 +500,8 @@ This is a corrective release for [2.1.1].


<!--Release URLs -->
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.2.0...HEAD
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.3.0...HEAD
[3.3.0]: https://github.com/sigstore/sigstore-python/compare/v3.2.0...v3.3.0
[3.2.0]: https://github.com/sigstore/sigstore-python/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/sigstore/sigstore-python/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/sigstore/sigstore-python/compare/v2.1.5...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion sigstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
* `sigstore.sign`: creation of Sigstore signatures
"""

__version__ = "3.2.0"
__version__ = "3.3.0"

0 comments on commit 816ceac

Please sign in to comment.