|
1 | | - |
2 | | - |
3 | 1 | <!-- towncrier release notes start --> |
4 | 2 |
|
5 | 3 | ## v7.5.1 |
|
8 | 6 |
|
9 | 7 | ### Bug fixes |
10 | 8 |
|
11 | | -- Fix static parsing of {file}`pyproject.toml` data when the |
| 9 | +- Fixed static parsing of {file}`pyproject.toml` data when the |
12 | 10 | {file}`pyproject.toml` is supplied as a relative path -- by {user}`sirosen`. |
13 | 11 |
|
14 | 12 | *PRs and issues:* {issue}`2215`, {issue}`2221`, {issue}`2233` |
|
23 | 21 |
|
24 | 22 | *PRs and issues:* {issue}`2223` |
25 | 23 |
|
26 | | -- Fix an incompatibility with ``click >= 8.3`` which made ``pip-compile`` display incorrect |
| 24 | +- Fixed an incompatibility with ``click >= 8.3`` which made ``pip-compile`` display incorrect |
27 | 25 | options in the compile command in output headers -- by {user}`sirosen`. |
28 | 26 |
|
29 | 27 | *PRs and issues:* {issue}`2235` |
30 | 28 |
|
| 29 | +### Features |
| 30 | + |
| 31 | +- `pip-tools` now officially supports `pip` version 25.2 -- by {user}`sirosen`. |
| 32 | + |
| 33 | + *PRs and issues:* {issue}`2214` |
| 34 | + |
31 | 35 | ### Improved documentation |
32 | 36 |
|
33 | | -- ReadTheDocs builds for `pip-tools` no longer include htmlzip and pdf outputs -- by :user:`sirosen`. |
| 37 | +- ReadTheDocs builds for `pip-tools` no longer include htmlzip and pdf outputs -- by {user}`sirosen`. |
34 | 38 |
|
35 | 39 | *PRs and issues:* {issue}`2218` |
36 | 40 |
|
37 | 41 | ### Contributor-facing changes |
38 | 42 |
|
39 | | -- `pip-tools` now tests on and officially supports `pip` version 25.2 -- by {user}`sirosen`. |
| 43 | +- `pip-tools` now tests on `pip` version 25.2 -- by {user}`sirosen`. |
40 | 44 |
|
41 | 45 | *PRs and issues:* {issue}`2214` |
42 | 46 |
|
43 | | -- Documentation build and changelog maintenance -- by {user}`jayaddison` (for OpenCulinary). |
| 47 | +- The changelog documentation for contributors now provides hyperlinks to the source of each example change note -- by {user}`jayaddison` (for OpenCulinary). |
44 | 48 |
|
45 | 49 | *PRs and issues:* {issue}`2217` |
46 | 50 |
|
47 | | -### Miscellaneous internal changes |
48 | | - |
49 | 51 | - The CPython versions tested in nightly CI runs are now separate from |
50 | 52 | branch and PR CI, and don't include very old versions -- by {user}`sirosen`. |
51 | 53 |
|
|
0 commit comments