Skip to content

Commit

Permalink
Merge pull request #482 from theupdateframework/release-prep/v0.14.0
Browse files Browse the repository at this point in the history
Prepare for v0.14.0 release:
  • Loading branch information
kommendorkapten authored Dec 2, 2024
2 parents ac1e1de + 969a6cc commit fce107e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## v0.14.0

* Updates the status page to include expiration time for metadata (#431)
* Compatibility updates for `tuf-on-ci-sign`, now runs on Python 3.9 (#433)
* Performance improvements to the signing-event action (#469)
* Dependency updates

## v0.13.0

* Accept usernames without @ in .tuf-on-ci-sign.ini (#415)
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.13.0"
__version__ = "0.14.0"
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.13.0"
__version__ = "0.14.0"

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

0 comments on commit fce107e

Please sign in to comment.