File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
315## v5.0.0
416
517This release, most notably, marks stable securesystemslib v1.0.0 as minimum
Original file line number Diff line number Diff line change 44"""TUF."""
55
66# 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