Skip to content

Commit 1b0c9f7

Browse files
authored
Merge pull request #2630 from lukpueh/release-v5
Rlease v5.0.0
2 parents c890b7e + d3d2ac1 commit 1b0c9f7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v5.0.0
4+
5+
This release, most notably, marks stable securesystemslib v1.0.0 as minimum
6+
requirement. The update causes a minor break in the new DSSE API (see below)
7+
and affects users who also directly depend on securesystemslib. See the [securesystemslib release
8+
notes](https://github.com/secure-systems-lab/securesystemslib/blob/main/CHANGELOG.md#securesystemslib-v100)
9+
and the updated python-tuf `examples` (#2617) for details. ngclient API remains
10+
backwards-compatible.
11+
12+
### Changed
13+
* DSSE API: change `SimpleEnvelope.signatures` type to `dict`, remove
14+
`SimpleEnvelope.signatures_dict` (#2617)
15+
* ngclient: support app-specific user-agents (#2612)
16+
* Various build, test and lint improvements
17+
18+
319
## v4.0.0
420

521
This release is a small API change for Metadata API users (see below).

tuf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"""TUF."""
55

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

0 commit comments

Comments
 (0)