Skip to content

Commit 3f28d40

Browse files
author
Jussi Kukkonen
authored
Merge pull request #1980 from jku/release-1.1.0
python-tuf 1.1.0 release
2 parents 7e5b9b5 + 8941748 commit 3f28d40

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

docs/CHANGELOG.md

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

3+
4+
## v1.1.0
5+
6+
This release contains major build improvements as well as fixes and
7+
backwards-compatible API improvements.
8+
9+
### Added
10+
* build: Release process was moved to CD platform (#1946, #1971, #1976)
11+
* build: Build is now reproducible thanks to Hatchling (#1896, #1900)
12+
* build: Build results are now verifiable (#1913, #1926, #1947, #1979)
13+
* build: test dependencies are now pinned for reproducibility (#1867, #1918)
14+
* Metadata API: Validation is now possible during serialization (#1775)
15+
* Infrastructure: Setup development blog (#1886, #1887)
16+
17+
### Changed
18+
* Metadata API: Supported specification version updated (#1908, #1960)
19+
* Metadata API: unrecognized_fields annotation fix (#1950)
20+
* Metadata API: Constructors are now easier to use (#1922)
21+
* Metadata API: Logging and error message improvements (#1876)
22+
* build: Include examples in source distribution (#1970)
23+
* build: Updated pinned dependency versions
24+
* tests: Various improvements (#1707, #1758, #1808, #1860, #1915, #1936,
25+
#1953, #1954, #1955)
26+
27+
328
## v1.0.0
429

530
This release makes ngclient and the Metadata API the supported python-tuf APIs.

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__ = "1.0.0"
8+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)