Skip to content

Commit

Permalink
Merge pull request #2492 from lukpueh/release-3.1.0
Browse files Browse the repository at this point in the history
Release python-tuf 3.1.0
  • Loading branch information
lukpueh committed Oct 16, 2023
2 parents ed521c0 + c0c21ca commit f04dc71
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v3.1.0

### Added
* Metadata API: move verify_delegate() to Root/Targets (#2378)
- *verify_delegate() on Metadata is now deprecated*
* Metadata API: add get_verification_result() as verbose alternative for
verify_delegate() (#2481)
* Metadata API: add MetaFile.from_data() convenience factory (#2273)

### Changed
* Metadata API: change Root.roles type hint to Dict (#2411)
* Various minor improvements in tests (#2447, #2491), docs
(#2390, #2392, #2474) and build (#2389, #2453, #2479, #2488)

### Removed
* build: Python 3.7 support (#2460)


## v3.0.0

The notable change in this release is #2165: The tuf.api.metadata.Key
Expand Down
2 changes: 1 addition & 1 deletion tuf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

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

0 comments on commit f04dc71

Please sign in to comment.