Skip to content

Commit 27c49c0

Browse files
authored
Release v0.13 (#425)
1 parent 1d84d25 commit 27c49c0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/CHANGELOG.md

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

33
## Unreleased
44

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+
511
## v0.12.0
612

713
In addition to dependency updates, this release contains one new (experimental) repository

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.12.0"
1+
__version__ = "0.13.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.12.0"
5+
__version__ = "0.13.0"
66

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

0 commit comments

Comments
 (0)