Skip to content

Commit 10b9db1

Browse files
author
Lukas Puehringer
committed
Prepare 0.15.0 release (II)
Update docs/CHANGELOG.md to include missing items. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
1 parent d992e8b commit 10b9db1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
### Added
55
* Simple TUF role metadata model in the `tuf.api` package for interacting with
66
metadata files directly, per-file without the overheads of reading and
7-
writing the entire repository at once (#1112)
7+
writing the entire repository at once (#1112, #1177, #1183)
88
* Raise `MissingLocalRepositoryError` in updater when local repository can not
99
be found (#1173)
10+
* Tests for targets metadata generation with existing `fileinfo` (#1078)
11+
* Test-verbosity documentation (#1151)
1012

1113
### Changed
1214
* Raise an error in `tuf.client.updater` when metadata is loaded without a
@@ -22,9 +24,14 @@
2224
* Make test output more useful by reducing and improving logging (#1145, #1104, #1170)
2325
* Make the `targets_path`, `metadata_path` and `confined_target_dirs` fields in
2426
`tuf.client.updater`s mirror configuration optional (#1153, #1166)
27+
* Include LICENSE files with source distributions (#1162)
28+
* Update Python version to be used in release instructions (#1163)
29+
* Remove direct use of `colorama` and dependency (#1180)
2530

2631
### Fixed
2732
* Ensure file objects and `requests.Responses` are closed during tests (#1147)
33+
* Auto-test against `securesystemslib` head of development (#1185)
34+
* Fix parameter name in `tuf.repository_lib` error message (#1078)
2835

2936
## v0.14.0
3037
### Added

0 commit comments

Comments
 (0)