Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## v7.0.1

### Fixed

* Fix hash method on Role and DelegatedRole (#2973)
* Fix incorrect dependency range for urllib3 (#2990)
* ngclient: Fix connection exception handling (#2964, #2993)
* ngclient: Fix incorrect delegation in diamond-shape case (#2978)
* ngclient: Avoid use of symlink on Windows: it requires privileges (#2981)

## v7.0.0

This is a major release only because of a minor ngclient API tweak: there
Expand Down
2 changes: 1 addition & 1 deletion tuf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""TUF."""

# This value is used in the ngclient user agent.
__version__ = "7.0.0"
__version__ = "7.0.1"
Loading