Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions CHANGELOG.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidental leading line feeds?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very consistently, I find that towncrier build is inserting these (running the latest, v25.8.0), and changes to the template don't seem to impact it. I'll remove them manually for now.

I'm not sure if this would be considered a bug upstream. Maybe it's intentional (but why?); I'll make a note to research and potentially file an issue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe try removing <!-- towncrier release notes start --> next time and see if that would have any effect..

Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
<!-- towncrier release notes start -->

## v7.5.1

*2025-09-26*

### Bug fixes

- Fixed static parsing of {file}`pyproject.toml` data when the
{file}`pyproject.toml` is supplied as a relative path -- by {user}`sirosen`.

*PRs and issues:* {issue}`2215`, {issue}`2221`, {issue}`2233`

- The "via" paths in `pip-compile` output for requirements discovered from
`pyproject.toml` data are now written in POSIX format -- by {user}`sirosen`.

*PRs and issues:* {issue}`2221`

- Fixed a bug which removed slashes from URLs in ``-r`` and ``-c`` in the output
of ``pip-compile`` -- by {user}`sirosen`.

*PRs and issues:* {issue}`2223`

- Fixed an incompatibility with ``click >= 8.3`` which made ``pip-compile`` display incorrect
options in the compile command in output headers -- by {user}`sirosen`.

*PRs and issues:* {issue}`2235`

### Features

- `pip-tools` now officially supports `pip` version 25.2 -- by {user}`sirosen`.

*PRs and issues:* {issue}`2214`

### Improved documentation

- ReadTheDocs builds for `pip-tools` no longer include htmlzip and pdf outputs -- by {user}`sirosen`.

*PRs and issues:* {issue}`2218`

### Contributor-facing changes

- `pip-tools` now tests on `pip` version 25.2 -- by {user}`sirosen`.

*PRs and issues:* {issue}`2214`

- The changelog documentation for contributors now provides hyperlinks to the source of each example change note -- by {user}`jayaddison` (for OpenCulinary).

*PRs and issues:* {issue}`2217`

- The CPython versions tested in nightly CI runs are now separate from
branch and PR CI, and don't include very old versions -- by {user}`sirosen`.

*PRs and issues:* {issue}`2226`


## v7.5.0

*2025-07-30*
Expand Down
1 change: 0 additions & 1 deletion changelog.d/2214.contrib.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2215.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2217.contrib.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2218.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2221.bugfix.1.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2221.bugfix.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2223.bugfix.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2226.misc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2233.bugfix.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2235.bugfix.md

This file was deleted.

Loading