diff --git a/changelog.d/1395.feature.md b/changelog.d/1395.feature.md deleted file mode 100644 index 68add6b63a..0000000000 --- a/changelog.d/1395.feature.md +++ /dev/null @@ -1 +0,0 @@ -Rename environmental variable `USE_EMOJI` to `PIPX_USE_EMOJI`. diff --git a/changelog.d/1521.bugfix.md b/changelog.d/1521.bugfix.md deleted file mode 100644 index 100c727ca6..0000000000 --- a/changelog.d/1521.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Update the logic of finding python interpreter such that `--fetch-missing-python` works on Windows diff --git a/changelog.d/1540.doc.md b/changelog.d/1540.doc.md deleted file mode 100644 index e162c1d92b..0000000000 --- a/changelog.d/1540.doc.md +++ /dev/null @@ -1 +0,0 @@ -Fix `/changelog/` and `/contributing/` docs URLs diff --git a/changelog.d/1565.bugfix.md b/changelog.d/1565.bugfix.md deleted file mode 100644 index ee24a5a1f1..0000000000 --- a/changelog.d/1565.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix no message displayed when no packages are upgraded with `upgrade-all`. diff --git a/changelog.d/1585.feature.md b/changelog.d/1585.feature.md deleted file mode 100644 index 7ee16a809c..0000000000 --- a/changelog.d/1585.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add `--all-shells` flag to `pipx ensurepath`. diff --git a/changelog.d/1610.bugfix.md b/changelog.d/1610.bugfix.md deleted file mode 100644 index 79d5fc17f4..0000000000 --- a/changelog.d/1610.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix incorrect order of flags when using `pipx upgrade`. diff --git a/changelog.d/1630.bugfix.md b/changelog.d/1630.bugfix.md deleted file mode 100644 index 68ad6005ac..0000000000 --- a/changelog.d/1630.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Update the archive name of build of Python for Windows diff --git a/changelog.d/1658.bugfix.md b/changelog.d/1658.bugfix.md deleted file mode 100644 index ade6f92d7c..0000000000 --- a/changelog.d/1658.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix running a script with explicitly empty ``dependencies = []``. diff --git a/changelog.d/683.bugfix.md b/changelog.d/683.bugfix.md deleted file mode 100644 index f52ab0864d..0000000000 --- a/changelog.d/683.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -On Windows, no longer overwrite existing files on upgrade if source and destination are the same diff --git a/docs/changelog.md b/docs/changelog.md index cf46f7877e..7487a4ab7c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,6 +9,27 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) for keeping t +## [1.8.0](https://github.com/pypa/pipx/tree/1.8.0) - 2025-09-14 + +### Features + +- Rename environmental variable `USE_EMOJI` to `PIPX_USE_EMOJI`. ([#1395](https://github.com/pypa/pipx/issues/1395)) +- Add `--all-shells` flag to `pipx ensurepath`. ([#1585](https://github.com/pypa/pipx/issues/1585)) + +### Bugfixes + +- On Windows, no longer overwrite existing files on upgrade if source and destination are the same ([#683](https://github.com/pypa/pipx/issues/683)) +- Update the logic of finding python interpreter such that `--fetch-missing-python` works on Windows ([#1521](https://github.com/pypa/pipx/issues/1521)) +- Fix no message displayed when no packages are upgraded with `upgrade-all`. ([#1565](https://github.com/pypa/pipx/issues/1565)) +- Fix incorrect order of flags when using `pipx upgrade`. ([#1610](https://github.com/pypa/pipx/issues/1610)) +- Update the archive name of build of Python for Windows ([#1630](https://github.com/pypa/pipx/issues/1630)) +- Fix running a script with explicitly empty ``dependencies = []``. ([#1658](https://github.com/pypa/pipx/issues/1658)) + +### Improved Documentation + +- Fix `/changelog/` and `/contributing/` docs URLs ([#1540](https://github.com/pypa/pipx/issues/1540)) + + ## [1.7.1](https://github.com/pypa/pipx/tree/1.7.1) - 2024-08-23 ### Bugfixes