Skip to content

Commit

Permalink
Release v0.12.0 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
jku authored Aug 19, 2024
1 parent 31b5e33 commit 89d2dad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

## v0.12.0

In addition to dependency updates, this release contains one new (experimental) repository
feature: _Online signed targets_. Updating to this version does not require any changes to
GitHub workflow files.

The _Online signed targets_ feature (#75) currently has some significant limitations
and may be changed in the future, see DELEGATION-MANUAL.md for details.

## v0.11.0

This release contains bug fixes, stability fixes and dependency
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.11.0"
__version__ = "0.12.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.11.0"
__version__ = "0.12.0"

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

0 comments on commit 89d2dad

Please sign in to comment.