Skip to content

Commit ebf63d4

Browse files
authored
Merge pull request #244 from jku/release-v9
Release v0.9
2 parents 208148e + 1345aaa commit ebf63d4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

docs/CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.9.0
6+
7+
GitHub Actions users are adviced to upgrade for safer dependency
8+
pinning that should avoid breakage in future.
9+
10+
**Changes**
11+
12+
* actions: test-repository action has many additional features (#239)
13+
* actions: python package versions are now in logs again (#247)
14+
* signer: Improve signing robustness (#237)
15+
* Dependency updates (including more strictly pinned securesystemslib)
16+
17+
**GitHub Actions upgrade instructions**
18+
19+
A plain version bump from 0.8 works: Workflows require no changes.
20+
521
## v0.8.0
622

723
**Changes**

repo/tuf_on_ci/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from tuf_on_ci.online_sign import online_sign
55
from tuf_on_ci.signing_event import status, update_targets
66

7-
__version__ = "0.8.0"
7+
__version__ = "0.9.0"
88

99
__all__ = [
1010
"build_repository",

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.8.0"
5+
__version__ = "0.9.0"
66

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

0 commit comments

Comments
 (0)