Skip to content

Commit eb558ab

Browse files
committed
Prepare v5.1.0 release
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 4fbcfa0 commit eb558ab

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
* 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+
313
## v5.0.0
414

515
This release, most notably, marks stable securesystemslib v1.0.0 as minimum

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__ = "5.0.0"
7+
__version__ = "5.1.0"

0 commit comments

Comments
 (0)