Skip to content

Commit

Permalink
Prepare for v0.11.0 release. (#379)
Browse files Browse the repository at this point in the history
Updated CHANGELOG and package versions.

Signed-off-by: Fredrik Skogman <[email protected]>
  • Loading branch information
kommendorkapten authored Jul 15, 2024
1 parent 5d19f0d commit 95dc66a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

## Unreleased

## v0.11.0

This release contains bug fixes, stability fixes and dependency
updates.

Updating to this version does not require any changes to GitHub
workflow files.

**Changes**

* Increased the number of root rotations allowed in the client unsed by
the test workflow (#377)
* Versioned root metadata file is now created by the signing event (#352)

**Fixes**

* TUF key ids are now updated only when the repository is successfully
imported (#358)
* Relative links in published TUF repository state are now correct
(#354)

## v0.10.0

Release includes several new features. It also fixes an issue with TUF keyids,
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.10.0"
__version__ = "0.11.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.10.0"
__version__ = "0.11.0"

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

0 comments on commit 95dc66a

Please sign in to comment.