Skip to content

Commit

Permalink
Merge pull request #191 from jku/release-v0.6.0
Browse files Browse the repository at this point in the history
Release version bump for 0.6.0
  • Loading branch information
jku authored Feb 16, 2024
2 parents 4873e28 + 559a41f commit 38e31ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## Unreleased

## v0.6.0

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

**Changes**

* Signing events now happen in GitHub pull requests
* Signer now probes for PKCS11 module: configuring that is no longer
required, as long as as the module is in one of the expected locations.

**Upgrade instructions**

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.5.0"
version = "0.6.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.5.0"
version = "0.6.0"
description = "Signing tools for TUF-on-CI"
readme = "README.md"
dependencies = [
Expand Down

0 comments on commit 38e31ce

Please sign in to comment.