Skip to content

Commit bb6d459

Browse files
authored
Merge pull request #2806 from jku/prep-v6
Prepare v6.0
2 parents bef804b + 44eed61 commit bb6d459

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Unreleased
44

5-
### Changed
5+
## v6.0.0
6+
7+
This release is not strictly speaking an API break from 5.1 but it does contain some
8+
major internal changes that users should be aware of when upgrading.
69

7-
This release is API compatible but contains a major internal change in the HTTP handling.
10+
### Changed
811

912
* ngclient: urllib3 is used as the HTTP library by default instead of requests (#2762,
1013
#2773, #2789)
@@ -13,6 +16,8 @@ This release is API compatible but contains a major internal change in the HTTP
1316
the fetcher at Updater initialization and explicitly depending on requests
1417
* ngclient: TLS certificate source was changed. Certificates now come from operating
1518
system certificate store instead of `certifi` (#2762)
19+
* ngclient: The updater can now initialize from embedded initial root metadata every
20+
time. Users are recommended to provide the `bootstrap` argument to Updater (#2767)
1621
* Test infrastructure has improved and should now be more usable externally, e.g. in
1722
distro test suites (#2749)
1823

tuf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"""TUF."""
55

66
# This value is used in the ngclient user agent.
7-
__version__ = "5.1.0"
7+
__version__ = "6.0.0"

0 commit comments

Comments
 (0)