File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
716This release contains bug fixes, stability fixes and dependency
Original file line number Diff line number Diff line change 1- __version__ = "0.11 .0"
1+ __version__ = "0.12 .0"
Original file line number Diff line number Diff line change 22from tuf_on_ci_sign .import_repo import import_repo
33from 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" ]
You can’t perform that action at this time.
0 commit comments