From 7c8b2a7129a804b205814f92f086a97c54be8904 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 3 Nov 2023 17:26:16 +0200 Subject: [PATCH] Release v0.2.0 Bug fix release. signer actually has no changes but the release process currently can't handle not releasing signer as well so both get a version bump. --- docs/CHANGELOG.md | 11 +++++++++++ repo/pyproject.toml | 2 +- signer/pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index aa878228..144cad5f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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 diff --git a/repo/pyproject.toml b/repo/pyproject.toml index fb13aa5b..9c45076e 100644 --- a/repo/pyproject.toml +++ b/repo/pyproject.toml @@ -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 = [ diff --git a/signer/pyproject.toml b/signer/pyproject.toml index aac8364f..5f55cd71 100644 --- a/signer/pyproject.toml +++ b/signer/pyproject.toml @@ -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 = [