Skip to content

Commit

Permalink
Release v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jku committed Sep 2, 2024
1 parent 1d84d25 commit 1ae4ef8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## v0.13.0

* Accept usernames without @ in .tuf-on-ci-sign.ini (#415)
* Add workaround for Sigstore root-signing migration (#422)
* Dependency updates

## v0.12.0

In addition to dependency updates, this release contains one new (experimental) repository
Expand Down
2 changes: 1 addition & 1 deletion repo/tuf_on_ci/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.0"
__version__ = "0.13.0"
2 changes: 1 addition & 1 deletion signer/tuf_on_ci_sign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from tuf_on_ci_sign.import_repo import import_repo
from tuf_on_ci_sign.sign import sign

__version__ = "0.12.0"
__version__ = "0.13.0"

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

0 comments on commit 1ae4ef8

Please sign in to comment.