Skip to content

Commit

Permalink
Merge pull request #520 from theupdateframework/rel_v0_15_2
Browse files Browse the repository at this point in the history
Prepare for release v0.15.2
  • Loading branch information
jku authored Jan 21, 2025
2 parents 1ed1496 + 8ab0d23 commit c7edc80
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Unreleased

## v0.15.2

This point release fixes a bug introduced in 0.14.

* Only return open pull requests (PR) when searching for a signing
event (#518). In cases where the signers rely on a fork to sign and
then create a PR back to the main repository, both PRs will contain
the same git commit at tip, and so multiple PRs would be returned,
now only open PRs are considered.

Updating from 0.14 does not require any changes GitHub workflow files.

## v0.15.1

This point release fixes a bug introduced in 0.15.
Expand Down
2 changes: 1 addition & 1 deletion repo/tuf_on_ci/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.1"
__version__ = "0.15.2"
2 changes: 1 addition & 1 deletion signer/tuf_on_ci_sign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from tuf_on_ci_sign.import_repo import import_repo
from tuf_on_ci_sign.sign import sign

__version__ = "0.15.1"
__version__ = "0.15.2"

__all__ = ["delegate", "import_repo", "sign"]

0 comments on commit c7edc80

Please sign in to comment.