Skip to content

Commit 6d32b94

Browse files
authored
Merge pull request #97 from jku/release-v0.1.0
Release v0.1.0
2 parents 8a7d6d2 + 2b564de commit 6d32b94

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.1.0
44

55
NOTE: This is a major API break, users should **not** just upgrade the action versions but
66
should replace their workflows with new workflows from tuf-on-ci-template.
@@ -9,6 +9,7 @@ Release contains:
99
* Major refactoring of actions: New actions are more logical and enable separating
1010
publishing fron online signing. The repository now contains a new branch "publish"
1111
that always points to the newest publishable repository version
12+
* Improved Sigstore signer registration flow
1213
* Bug fixes
1314

1415
Upgrade instructions:
@@ -20,6 +21,8 @@ Upgrade instructions:
2021
`tuf-on-ci-delegate sign/update-online-key timestamp` re-select sigstore as the signing
2122
system: This creates a new signing event that is required for online signing to work.
2223

24+
Thanks to contributors Radoslav Dimitrov, Meredith Lancaster and lv291.
25+
2326
## v0.0.1
2427

2528
initial release of TUF-on-CI.

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.0.1"
11+
version = "0.1.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
@@ -8,7 +8,7 @@ allow-direct-references = true
88

99
[project]
1010
name = "tuf-on-ci-sign"
11-
version = "0.0.1"
11+
version = "0.1.0"
1212
description = "Signing tools for TUF-on-CI"
1313
readme = "README.md"
1414
dependencies = [

0 commit comments

Comments
 (0)