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.
1 parent 4052912 commit c9dd13eCopy full SHA for c9dd13e
docs/CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## Unreleased
4
5
+## v0.17.0
6
+
7
+Dependency update release.
8
9
+* This fixes an ongoing issue with the upload-repository action:
10
+ https://github.com/theupdateframework/tuf-on-ci/issues/629
11
12
## v0.16.1
13
14
This release contains dependency updates and minor improvements in repository
repo/tuf_on_ci/_version.py
@@ -1 +1 @@
1
-__version__ = "0.16.1"
+__version__ = "0.17.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