FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Prepare release 7.0.1 by jku · Pull Request #3003 · theupdateframework/python-tuf · GitHub

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

Filter by extension

Filter by extension .md  (1) .py  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL