Skip to content

Commit

Permalink
Merge pull request #119 from jku/release-v0.2.0
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
jku authored Nov 6, 2023
2 parents 091f483 + 7c8b2a7 commit 3491682
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.2.0

* GitHub actions now output step summaries: these are visible in workflow
run pages on Github (#96)
* Improved output in signing event status comments (#101)
* Fixed online signing with ambient Sigstore identity, which broke in 0.1.0
(#118)

Upgrade instructions from v0.1.0:
* Dependabot version bump can be accepted as is

## v0.1.0

NOTE: This is a major API break, users should **not** just upgrade the action versions but
Expand Down
2 changes: 1 addition & 1 deletion repo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ allow-direct-references = true

[project]
name = "tuf-on-ci"
version = "0.1.0"
version = "0.2.0"
description = "TUF-on-CI repository tools, intended to be executed on a CI system"
readme = "README.md"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion signer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ allow-direct-references = true

[project]
name = "tuf-on-ci-sign"
version = "0.1.0"
version = "0.2.0"
description = "Signing tools for TUF-on-CI"
readme = "README.md"
dependencies = [
Expand Down

0 comments on commit 3491682

Please sign in to comment.