We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbcfa0 commit eb558abCopy full SHA for eb558ab
docs/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
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
+* 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
+* Various infrastructure and documentation improvements
12
13
## v5.0.0
14
15
This release, most notably, marks stable securesystemslib v1.0.0 as minimum
tuf/__init__.py
@@ -4,4 +4,4 @@
"""TUF."""
# This value is used in the requests user agent.
-__version__ = "5.0.0"
+__version__ = "5.1.0"
0 commit comments