File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## v4.0.0
4
20
5
21
This release is a small API change for Metadata API users (see below).
Original file line number Diff line number Diff line change 4
4
"""TUF."""
5
5
6
6
# This value is used in the requests user agent.
7
- __version__ = "4 .0.0"
7
+ __version__ = "5 .0.0"
You can’t perform that action at this time.
0 commit comments