Skip to content

Commit

Permalink
prep 3.6.0 (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Dec 10, 2024
1 parent 300b502 commit 44aa3eb
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.6.0]

### Added

* API: The DSSE `Envelope` class now performs automatic validation
Expand Down Expand Up @@ -583,7 +585,8 @@ This is a corrective release for [2.1.1].


<!--Release URLs -->
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...HEAD
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.6.0...HEAD
[3.6.0]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.6.0
[3.5.3]: https://github.com/sigstore/sigstore-python/compare/v3.5.2...v3.5.3
[3.5.2]: https://github.com/sigstore/sigstore-python/compare/v3.5.1...v3.5.2
[3.5.1]: https://github.com/sigstore/sigstore-python/compare/v3.5.0...v3.5.1
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.5.3"
__version__ = "3.6.0"

0 comments on commit 44aa3eb

Please sign in to comment.