Skip to content

Commit f04dc71

Browse files
authored
Merge pull request #2492 from lukpueh/release-3.1.0
Release python-tuf 3.1.0
2 parents ed521c0 + c0c21ca commit f04dc71

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v3.1.0
4+
5+
### Added
6+
* Metadata API: move verify_delegate() to Root/Targets (#2378)
7+
- *verify_delegate() on Metadata is now deprecated*
8+
* Metadata API: add get_verification_result() as verbose alternative for
9+
verify_delegate() (#2481)
10+
* Metadata API: add MetaFile.from_data() convenience factory (#2273)
11+
12+
### Changed
13+
* Metadata API: change Root.roles type hint to Dict (#2411)
14+
* Various minor improvements in tests (#2447, #2491), docs
15+
(#2390, #2392, #2474) and build (#2389, #2453, #2479, #2488)
16+
17+
### Removed
18+
* build: Python 3.7 support (#2460)
19+
20+
321
## v3.0.0
422

523
The notable change in this release is #2165: The tuf.api.metadata.Key

tuf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# This value is used in the requests user agent.
8-
__version__ = "3.0.0"
8+
__version__ = "3.1.0"

0 commit comments

Comments
 (0)