Skip to content

Commit

Permalink
Merge pull request #197 from jku/release-0.7
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
jku authored Feb 26, 2024
2 parents ef2d953 + 64c4419 commit 3a44844
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Unreleased

## v0.7.0

**Changes**

* Signer has improved signing error handling
* Custom fields in TargetFile metadata are now preserved during target update
(this is a workaround mostly for sigstore root-signing legacy artifacts)

**Upgrade instructions**

A plain version bump from 0.6 works: Workflows require no changes.

## v0.6.0

**NOTE:** please see upgrade instructions below.
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.6.0"
version = "0.7.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.6.0"
version = "0.7.0"
description = "Signing tools for TUF-on-CI"
readme = "README.md"
dependencies = [
Expand Down

0 comments on commit 3a44844

Please sign in to comment.