Skip to content

Commit

Permalink
Merge pull request #228 from jku/release-0.8.0
Browse files Browse the repository at this point in the history
Release v0.8.0
  • Loading branch information
jku authored Mar 27, 2024
2 parents 3431937 + 0576dba commit b20b159
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Unreleased

## v0.8.0

**Changes**

* Signer now opens PRs in a browser automatically when in
non-maintainer signing flow
* Signer now has runtime version checking: A message is printed out
if a new version is available
* Actions have dependency updates

**GitHub Actions upgrade instructions**

A plain version bump from 0.7 works: Workflows require no changes.

## v0.7.0

**Changes**
Expand Down
2 changes: 1 addition & 1 deletion repo/tuf_on_ci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tuf_on_ci.online_sign import online_sign
from tuf_on_ci.signing_event import status, update_targets

__version__ = "0.7.0"
__version__ = "0.8.0"

__all__ = [
"build_repository",
Expand Down
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.7.0"
__version__ = "0.8.0"

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

0 comments on commit b20b159

Please sign in to comment.