File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v5.1.0
4
+
5
+ ### Changed
6
+
7
+ * ngclient: default user-agent was updated from "tuf/x.y.z" to "python-tuf/x.y.z" (#2632 )
8
+ * ngclient: max_root_rotations default value was bumped to 256 to prevent a too small value
9
+ from creating issues in actual deployments were the embedded root is not easily
10
+ updateable (#2675 )
11
+ * repository: do_snapshot() and do_timestamp() now always create new versions if current version
12
+ is not correctly signed (#2650 )
13
+ * Various infrastructure and documentation improvements
14
+
3
15
## v5.0.0
4
16
5
17
This release, most notably, marks stable securesystemslib v1.0.0 as minimum
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__ = "5.0 .0"
7
+ __version__ = "5.1 .0"
You can’t perform that action at this time.
0 commit comments