Skip to content

Commit 551e9ce

Browse files
1.7.0: Bump changelog (#1511)
* 1.7.0: Bump changelog * fix version headline --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Robert <[email protected]>
1 parent f7d2564 commit 551e9ce

File tree

9 files changed

+20
-8
lines changed

9 files changed

+20
-8
lines changed

changelog.d/1320.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1389.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1438.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1451.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1475.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1479.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1492.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1509.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) for keeping t
99

1010
<!-- towncrier release notes start -->
1111

12+
## [1.7.0](https://github.com/pypa/pipx/tree/1.7.0) - 2024-08-22
13+
14+
### Features
15+
16+
- Add a `--prepend` option to the `pipx ensurepath` command to allow prepending `pipx`'s location to `PATH` rather than appending to it. This is useful when you want to prioritize `pipx`'s executables over other executables in your `PATH`. ([#1451](https://github.com/pypa/pipx/issues/1451))
17+
- List `PIPX_GLOBAL_[HOME|BIN_DIR|MAN_DIR]` in `pipx environment`. ([#1492](https://github.com/pypa/pipx/issues/1492))
18+
19+
### Bugfixes
20+
21+
- Introduce `PIPX_HOME_ALLOW_SPACE` environment variable, to silence the spaces in pipx home path warning ([#1320](https://github.com/pypa/pipx/issues/1320))
22+
- Fix passing constraints file path into `pipx install` operation via `pip` args ([#1389](https://github.com/pypa/pipx/issues/1389))
23+
- Add help messages for `pipx pin` and `pipx unpin` commands. ([#1438](https://github.com/pypa/pipx/issues/1438))
24+
- Stop `pipx install --global` from installing files in `~/.local`. ([#1475](https://github.com/pypa/pipx/issues/1475))
25+
- Fix installation abortion on multiple packages when one or more are already installed. ([#1509](https://github.com/pypa/pipx/issues/1509))
26+
27+
### Improved Documentation
28+
29+
- Move all documentation files to the `docs` directory. ([#1479](https://github.com/pypa/pipx/issues/1479))
30+
31+
1232
## [1.6.0](https://github.com/pypa/pipx/tree/1.6.0) - 2024-06-01
1333

1434

0 commit comments

Comments
 (0)