Skip to content

Commit daa41a9

Browse files
authored
Merge pull request #2280 from lukpueh/release-2.1.0
python-tuf 2.1.0
2 parents a6460c6 + 9811ac3 commit daa41a9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

docs/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
# Changelog
2+
## v2.1.0
3+
### Added
4+
* repo: experimental repository module and example (#2193)
5+
* ngclient: expose default requests fetcher (#2277)
6+
* workflow: OpenSSF scorecard (#2190)
7+
* build: Python 3.11 support (#2157)
8+
* docs: security policy (#2098, #2178)
9+
* blog: signer API (#2276)
10+
* blog: security audit (#2155, #2156)
11+
12+
### Changed
13+
* Metadata API: bump specification version 1.0.31 (#2119)
14+
* Metadata API: allow zero length metadata files (#2137)
15+
* Metadata API: add default value for MetaFile version (#2211)
16+
* Metadata API, ngclient: decrease logger verbosity (#2243)
17+
* ngclient: define API explicitly (#2233)
18+
* ngclient: improve example client output (#2194)
19+
* ngclient: support URLs without host part (#2075)
20+
* ngclient: update metaclass syntax (#2215)
21+
* ngclient: fail gracefully on missing role (#2197)
22+
* ngclient: improve type annotations in TrustedMetadataSet (#2250)
23+
* doc: misc improvements (2097, #2130, #2183, #2185, #2201, #2208, #2230, #2278)
24+
* build: misc improvements (#2090, #2091, #2122, #2187, #2188, #2217, #2252)
25+
* workflow: misc improvements (#2001, #2092, #2147, #2159, #2173)
226

327
## v2.0.0
428

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__ = "2.0.0"
8+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)