|
2 | 2 | Release Notes |
3 | 3 | ============= |
4 | 4 |
|
| 5 | +pkgdev 0.2.9 (2024-02-08) |
| 6 | +------------------------- |
| 7 | + |
| 8 | +- ci: add testing on Python 3.12 and Python 3.13 (Sam James, #126) |
| 9 | + |
| 10 | +**New Features:** |
| 11 | + |
| 12 | +- tatt: pass specific test configuration for the specific package, while not |
| 13 | + affecting the dependencies (Arthur Zamarin, #165) |
| 14 | + |
| 15 | +- tatt: add support for custom ``env`` files (Arthur Zamarin, #165) |
| 16 | + |
| 17 | +- bugs: print bug summary where existing bug is found (Arthur Zamarin, #163) |
| 18 | + |
| 19 | +- bugs: mention age of packages in the bug description (Arthur Zamarin, #140) |
| 20 | + |
| 21 | +- bugs: support ``~/.bugzrc`` for api-key extraction (Arthur Zamarin, #162) |
| 22 | + |
| 23 | +- bugs: add ``--find-by-maintainer`` option, for finding all packages |
| 24 | + maintained by a given maintainer (Arthur Zamarin, #157, #168) |
| 25 | + |
| 26 | +- bugs: add support for filtering targets by ``StableRequest`` results from |
| 27 | + ``pkgcheck scan`` (Arthur Zamarin, #157, #168) |
| 28 | + |
| 29 | +- bugs: allow extending maintainer search by project membership (Arthur Zamarin, |
| 30 | + #157, #168) |
| 31 | + |
| 32 | +- bugs: support editing the resulting graph before filing bugs (Arthur Zamarin, |
| 33 | + #169) |
| 34 | + |
| 35 | +- bugs: indicate why dependencies are being added to the graph (Arthur Zamarin, |
| 36 | + #170) |
| 37 | + |
| 38 | +**Fixed bugs:** |
| 39 | + |
| 40 | +- bugs: prefer using user selected targets over latest dependency (Arthur |
| 41 | + Zamarin, #161) |
| 42 | + |
| 43 | +- bugs: merge stable groups as first step (Arthur Zamarin) |
| 44 | + |
| 45 | +- bugs: handle merging of top level nodes (Arthur Zamarin, #125, #167) |
| 46 | + |
| 47 | +- docs: Add ``intersphinx_mapping`` (Brian Harring, #171) |
| 48 | + |
5 | 49 | pkgdev 0.2.8 (2023-09-09) |
6 | 50 | ------------------------- |
7 | 51 |
|
|
0 commit comments