Skip to content

Commit

Permalink
Merge pull request #170 from jku/release-v0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
jku authored Jan 23, 2024
2 parents fbf8c4a + 43c87a2 commit ecbe81a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
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.3.0"
version = "0.4.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 @@ -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 = [
Expand Down

0 comments on commit ecbe81a

Please sign in to comment.