Skip to content

Commit

Permalink
Prepare 2.1.4 release (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
jku committed Apr 5, 2024
1 parent 3c04224 commit 2edc752
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ All versions prior to 0.9.0 are untracked.

## [Unreleased]

## [2.1.4]

## Fixed

* Pinned `securesystemslib` dependency strictly to prevent future breakage

## [2.1.3]

## Fixed
Expand Down Expand Up @@ -316,7 +322,8 @@ This is a corrective release for [2.1.1].
([#351](https://github.com/sigstore/sigstore-python/pull/351))

<!--Release URLs -->
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v2.1.3...HEAD
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v2.1.4...HEAD
[2.1.4]: https://github.com/sigstore/sigstore-python/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/sigstore/sigstore-python/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/sigstore/sigstore-python/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/sigstore/sigstore-python/compare/v2.1.0...v2.1.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"pyOpenSSL >= 23.0.0",
"requests",
"rich ~= 13.0",
"securesystemslib",
"securesystemslib < 0.32.0",
"sigstore-protobuf-specs >= 0.2.2, < 0.4",
# NOTE(ww): Under active development, so strictly pinned.
"sigstore-rekor-types == 0.0.11",
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__ = "2.1.3"
__version__ = "2.1.4"

0 comments on commit 2edc752

Please sign in to comment.