Skip to content

Commit 3a44844

Browse files
authored
Merge pull request #197 from jku/release-0.7
Release 0.7.0
2 parents ef2d953 + 64c4419 commit 3a44844

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Unreleased
44

5+
## v0.7.0
6+
7+
**Changes**
8+
9+
* Signer has improved signing error handling
10+
* Custom fields in TargetFile metadata are now preserved during target update
11+
(this is a workaround mostly for sigstore root-signing legacy artifacts)
12+
13+
**Upgrade instructions**
14+
15+
A plain version bump from 0.6 works: Workflows require no changes.
16+
517
## v0.6.0
618

719
**NOTE:** please see upgrade instructions below.

repo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ allow-direct-references = true
88

99
[project]
1010
name = "tuf-on-ci"
11-
version = "0.6.0"
11+
version = "0.7.0"
1212
description = "TUF-on-CI repository tools, intended to be executed on a CI system"
1313
readme = "README.md"
1414
dependencies = [

signer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "tuf-on-ci-sign"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
description = "Signing tools for TUF-on-CI"
99
readme = "README.md"
1010
dependencies = [

0 commit comments

Comments
 (0)