From 43c87a277067e05aee383b491cb04f9cd6273f65 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 22 Jan 2024 16:34:17 +0200 Subject: [PATCH] Release 0.4.0 --- docs/CHANGELOG.md | 3 ++- repo/pyproject.toml | 2 +- signer/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6fc1f8da..70f18f37 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.4.0 NOTE: This is a major Actions API break, users should **not** just upgrade the action versions but should instead update their workflows based on the ones from @@ -10,6 +10,7 @@ Changes * Support for custom GitHub tokens: see [REPOSITORY-MAINTENANCE.md]. * Uses upload-artifact v4: this means publish workflow must use download-artifact v4 +* All commits are now done with "Signed-Off-By" Upgrade instructions from v0.3.0: * We recommend using the workflows from tuf-on-ci-template (or to merge changes from diff --git a/repo/pyproject.toml b/repo/pyproject.toml index 9a4577b2..f9db8a70 100644 --- a/repo/pyproject.toml +++ b/repo/pyproject.toml @@ -8,7 +8,7 @@ allow-direct-references = true [project] name = "tuf-on-ci" -version = "0.3.0" +version = "0.4.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 89b9ac77..e4233fc6 100644 --- a/signer/pyproject.toml +++ b/signer/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "tuf-on-ci-sign" -version = "0.3.0" +version = "0.4.0" description = "Signing tools for TUF-on-CI" readme = "README.md" dependencies = [