File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.2.0
4+
5+ * GitHub actions now output step summaries: these are visible in workflow
6+ run pages on Github (#96 )
7+ * Improved output in signing event status comments (#101 )
8+ * Fixed online signing with ambient Sigstore identity, which broke in 0.1.0
9+ (#118 )
10+
11+ Upgrade instructions from v0.1.0:
12+ * Dependabot version bump can be accepted as is
13+
314## v0.1.0
415
516NOTE: This is a major API break, users should ** not** just upgrade the action versions but
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ allow-direct-references = true
88
99[project ]
1010name = " tuf-on-ci"
11- version = " 0.1 .0"
11+ version = " 0.2 .0"
1212description = " TUF-on-CI repository tools, intended to be executed on a CI system"
1313readme = " README.md"
1414dependencies = [
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ allow-direct-references = true
88
99[project ]
1010name = " tuf-on-ci-sign"
11- version = " 0.1 .0"
11+ version = " 0.2 .0"
1212description = " Signing tools for TUF-on-CI"
1313readme = " README.md"
1414dependencies = [
You can’t perform that action at this time.
0 commit comments