We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac1e1de + 969a6cc commit fce107eCopy full SHA for fce107e
docs/CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## Unreleased
4
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
12
## v0.13.0
13
14
* Accept usernames without @ in .tuf-on-ci-sign.ini (#415)
repo/tuf_on_ci/_version.py
@@ -1 +1 @@
1
-__version__ = "0.13.0"
+__version__ = "0.14.0"
signer/tuf_on_ci_sign/__init__.py
@@ -2,6 +2,6 @@
from tuf_on_ci_sign.import_repo import import_repo
from tuf_on_ci_sign.sign import sign
__all__ = ["delegate", "import_repo", "sign"]
0 commit comments