Skip to content

Commit

Permalink
Prepare release 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jku committed Feb 4, 2025
1 parent f8f9b5a commit 2dceec4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## v0.16.0

This release contains minor improvements to both repository and signer.

* Verify keyid calculation in signing event (#536)
* Improve error message when Yubikey authentication fails (#528)
* Improve python project metadata (#533)

Updating a repository from 0.15 does not require changes in GitHub workflow files.

## v0.15.2

This point release fixes a bug introduced in 0.14.
Expand Down
2 changes: 1 addition & 1 deletion repo/tuf_on_ci/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.2"
__version__ = "0.16.0"
2 changes: 1 addition & 1 deletion signer/tuf_on_ci_sign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from tuf_on_ci_sign.import_repo import import_repo
from tuf_on_ci_sign.sign import sign

__version__ = "0.15.2"
__version__ = "0.16.0"

__all__ = ["delegate", "import_repo", "sign"]

0 comments on commit 2dceec4

Please sign in to comment.