Skip to content

Commit

Permalink
Rlease v5.0.0
Browse files Browse the repository at this point in the history
* Bump version
* Add changelog

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
  • Loading branch information
lukpueh committed May 14, 2024
1 parent c890b7e commit bce5039
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v5.0.0

This release, most notably, marks stable securesystemslib v1.0.0 as minimum
requirement. The update causes a minor break in the new DSSE API (see below)
and might affect usage of the Metadata API. See the [securesystemslib release
notes](https://github.com/secure-systems-lab/securesystemslib/blob/main/CHANGELOG.md#securesystemslib-v100)
and the updated python-tuf `examples` (#2617) for details. ngclient API remains
backwards-compatible.

### Changed
* DSSE API: change `SimpleEnvelope.signatures` type to `dict`, remove
`SimpleEnvelope.signatures_dict` (#2617)
* ngclient: support app-specific user-agents (#2612)
* Various build, test and lint improvements


## v4.0.0

This release is a small API change for Metadata API users (see below).
Expand Down
2 changes: 1 addition & 1 deletion tuf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""TUF."""

# This value is used in the requests user agent.
__version__ = "4.0.0"
__version__ = "5.0.0"

0 comments on commit bce5039

Please sign in to comment.