Skip to content

Commit 89d2dad

Browse files
authored
Release v0.12.0 (#404)
1 parent 31b5e33 commit 89d2dad

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

docs/CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.12.0
6+
7+
In addition to dependency updates, this release contains one new (experimental) repository
8+
feature: _Online signed targets_. Updating to this version does not require any changes to
9+
GitHub workflow files.
10+
11+
The _Online signed targets_ feature (#75) currently has some significant limitations
12+
and may be changed in the future, see DELEGATION-MANUAL.md for details.
13+
514
## v0.11.0
615

716
This release contains bug fixes, stability fixes and dependency

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.11.0"
1+
__version__ = "0.12.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.11.0"
5+
__version__ = "0.12.0"
66

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

0 commit comments

Comments
 (0)