diff --git a/changelog.d/1320.bugfix b/changelog.d/1320.bugfix deleted file mode 100644 index 28c2e01f09..0000000000 --- a/changelog.d/1320.bugfix +++ /dev/null @@ -1 +0,0 @@ -Introduce `PIPX_HOME_ALLOW_SPACE` environment variable, to silence the spaces in pipx home path warning diff --git a/changelog.d/1389.bugfix.md b/changelog.d/1389.bugfix.md deleted file mode 100644 index a290ff8370..0000000000 --- a/changelog.d/1389.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix passing constraints file path into `pipx install` operation via `pip` args diff --git a/changelog.d/1438.bugfix.md b/changelog.d/1438.bugfix.md deleted file mode 100644 index a71454aa6a..0000000000 --- a/changelog.d/1438.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Add help messages for `pipx pin` and `pipx unpin` commands. diff --git a/changelog.d/1451.feature.md b/changelog.d/1451.feature.md deleted file mode 100644 index 2fef8f6902..0000000000 --- a/changelog.d/1451.feature.md +++ /dev/null @@ -1 +0,0 @@ -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`. diff --git a/changelog.d/1475.bugfix.md b/changelog.d/1475.bugfix.md deleted file mode 100644 index 169c016952..0000000000 --- a/changelog.d/1475.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Stop `pipx install --global` from installing files in `~/.local`. diff --git a/changelog.d/1479.doc.md b/changelog.d/1479.doc.md deleted file mode 100644 index bb0b423be5..0000000000 --- a/changelog.d/1479.doc.md +++ /dev/null @@ -1 +0,0 @@ -Move all documentation files to the `docs` directory. diff --git a/changelog.d/1492.feature.md b/changelog.d/1492.feature.md deleted file mode 100644 index 8607e05157..0000000000 --- a/changelog.d/1492.feature.md +++ /dev/null @@ -1 +0,0 @@ -List `PIPX_GLOBAL_[HOME|BIN_DIR|MAN_DIR]` in `pipx environment`. diff --git a/changelog.d/1509.bugfix.md b/changelog.d/1509.bugfix.md deleted file mode 100644 index c539aaf3d5..0000000000 --- a/changelog.d/1509.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix installation abortion on multiple packages when one or more are already installed. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 12dc7c5875..e69cf0092b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,26 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) for keeping t +## [1.7.0](https://github.com/pypa/pipx/tree/1.7.0) - 2024-08-22 + +### Features + +- 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)) +- List `PIPX_GLOBAL_[HOME|BIN_DIR|MAN_DIR]` in `pipx environment`. ([#1492](https://github.com/pypa/pipx/issues/1492)) + +### Bugfixes + +- Introduce `PIPX_HOME_ALLOW_SPACE` environment variable, to silence the spaces in pipx home path warning ([#1320](https://github.com/pypa/pipx/issues/1320)) +- Fix passing constraints file path into `pipx install` operation via `pip` args ([#1389](https://github.com/pypa/pipx/issues/1389)) +- Add help messages for `pipx pin` and `pipx unpin` commands. ([#1438](https://github.com/pypa/pipx/issues/1438)) +- Stop `pipx install --global` from installing files in `~/.local`. ([#1475](https://github.com/pypa/pipx/issues/1475)) +- Fix installation abortion on multiple packages when one or more are already installed. ([#1509](https://github.com/pypa/pipx/issues/1509)) + +### Improved Documentation + +- Move all documentation files to the `docs` directory. ([#1479](https://github.com/pypa/pipx/issues/1479)) + + ## [1.6.0](https://github.com/pypa/pipx/tree/1.6.0) - 2024-06-01