File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
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
+
5
17
## v0.6.0
6
18
7
19
** NOTE:** please see upgrade instructions below.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ allow-direct-references = true
8
8
9
9
[project ]
10
10
name = " tuf-on-ci"
11
- version = " 0.6 .0"
11
+ version = " 0.7 .0"
12
12
description = " TUF-on-CI repository tools, intended to be executed on a CI system"
13
13
readme = " README.md"
14
14
dependencies = [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " tuf-on-ci-sign"
7
- version = " 0.6 .0"
7
+ version = " 0.7 .0"
8
8
description = " Signing tools for TUF-on-CI"
9
9
readme = " README.md"
10
10
dependencies = [
You can’t perform that action at this time.
0 commit comments