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 1d84d25 commit 27c49c0Copy full SHA for 27c49c0
docs/CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## v0.13.0
6
+
7
+* Accept usernames without @ in .tuf-on-ci-sign.ini (#415)
8
+* Add workaround for Sigstore root-signing migration (#422)
9
+* Dependency updates
10
11
## v0.12.0
12
13
In addition to dependency updates, this release contains one new (experimental) repository
repo/tuf_on_ci/_version.py
@@ -1 +1 @@
1
-__version__ = "0.12.0"
+__version__ = "0.13.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