Skip to content

Commit fce107e

Browse files
Merge pull request #482 from theupdateframework/release-prep/v0.14.0
Prepare for v0.14.0 release:
2 parents ac1e1de + 969a6cc commit fce107e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
## v0.14.0
6+
7+
* Updates the status page to include expiration time for metadata (#431)
8+
* Compatibility updates for `tuf-on-ci-sign`, now runs on Python 3.9 (#433)
9+
* Performance improvements to the signing-event action (#469)
10+
* Dependency updates
11+
512
## v0.13.0
613

714
* Accept usernames without @ in .tuf-on-ci-sign.ini (#415)

repo/tuf_on_ci/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.0"
1+
__version__ = "0.14.0"

signer/tuf_on_ci_sign/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from tuf_on_ci_sign.import_repo import import_repo
33
from tuf_on_ci_sign.sign import sign
44

5-
__version__ = "0.13.0"
5+
__version__ = "0.14.0"
66

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

0 commit comments

Comments
 (0)