Skip to content

Commit

Permalink
Prep 3.5.0 (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Oct 24, 2024
1 parent 4de8bd7 commit 68a7497
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ All versions prior to 0.9.0 are untracked.

## [Unreleased]

## [3.5.0]

### Added

* CLI: The `sigstore plumbing update-trust-root` command has been added.
Like other plumbing-level commands, this is considered unstable and
changes are not subject to our semver policy until explicitly noted
([#1174](https://github.com/sigstore/sigstore-python/pull/1174))

### Fixed

* CLI: Fixed an incorrect warning when verifying detached `.crt`/`.sig`
inputs ([#1179](https://github.com/sigstore/sigstore-python/pull/1179))

## [3.4.0]

### Changed
Expand Down Expand Up @@ -524,8 +531,9 @@ This is a corrective release for [2.1.1].


<!--Release URLs -->
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.4.0...HEAD
[3.3.0]: https://github.com/sigstore/sigstore-python/compare/v3.3.0...v3.4.0
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.0...HEAD
[3.5.0]: https://github.com/sigstore/sigstore-python/compare/v3.4.0...v3.5.0
[3.4.0]: https://github.com/sigstore/sigstore-python/compare/v3.3.0...v3.4.0
[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
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.4.0"
__version__ = "3.5.0"

0 comments on commit 68a7497

Please sign in to comment.