Skip to content

Commit

Permalink
Prepare v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jku committed Jan 15, 2025
1 parent 8665b92 commit 08a6449
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ __pycache__
.idea
env
**/.vscode
dist/
8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## v0.15.0

* Fixed repository status page HTML rendering (#430)
* Dependency updates: Most importantly python-tuf and securesystemslib are now at
current versions.

Updating from 0.14 does not require any changes to GitHub workflow files.

## v0.14.0

* Updates the status page to include expiration time for metadata (#431)
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.14.0"
__version__ = "0.15.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.14.0"
__version__ = "0.15.0"

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

0 comments on commit 08a6449

Please sign in to comment.