Skip to content

Commit 3491682

Browse files
authored
Merge pull request #119 from jku/release-v0.2.0
Release v0.2.0
2 parents 091f483 + 7c8b2a7 commit 3491682

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

516
NOTE: This is a major API break, users should **not** just upgrade the action versions but

repo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ allow-direct-references = true
88

99
[project]
1010
name = "tuf-on-ci"
11-
version = "0.1.0"
11+
version = "0.2.0"
1212
description = "TUF-on-CI repository tools, intended to be executed on a CI system"
1313
readme = "README.md"
1414
dependencies = [

signer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ allow-direct-references = true
88

99
[project]
1010
name = "tuf-on-ci-sign"
11-
version = "0.1.0"
11+
version = "0.2.0"
1212
description = "Signing tools for TUF-on-CI"
1313
readme = "README.md"
1414
dependencies = [

0 commit comments

Comments
 (0)