diff --git a/changelog.d/1316.feature.md b/changelog.d/1316.feature.md index 85f43faf76..e314186529 100644 --- a/changelog.d/1316.feature.md +++ b/changelog.d/1316.feature.md @@ -1,7 +1 @@ -Add `pipx upgrade-shared` command. - -This allows to create/upgrade shared libraries as a standalone command. - -It might be useful to initialize shared libraries with a pinned version of pip in order to create e.g. reproducible docker images using a constraint file. - -It also allows for different `--pip-args` that one would get with the `install` command. +Add `pipx upgrade-shared` command, to create/upgrade shared libraries as a standalone command. diff --git a/changelog.d/1400.misc.md b/changelog.d/1400.misc.md deleted file mode 100644 index 6e7f1b3785..0000000000 --- a/changelog.d/1400.misc.md +++ /dev/null @@ -1 +0,0 @@ -Enable and apply ruff rule `RUF100`. diff --git a/changelog.d/891.feature.1.md b/changelog.d/891.feature.1.md new file mode 100644 index 0000000000..0970606d45 --- /dev/null +++ b/changelog.d/891.feature.1.md @@ -0,0 +1 @@ +Add a new option `--pinned` to `pipx list` command for listing pinned packages only. diff --git a/changelog.d/891.feature.md b/changelog.d/891.feature.md index cab817e864..61eb95f4df 100644 --- a/changelog.d/891.feature.md +++ b/changelog.d/891.feature.md @@ -1,4 +1,2 @@ Introduce `pipx pin` and `pipx unpin` commands, which can be used to pin or unpin the version of an installed package, so it will not be upgraded by `pipx upgrade` or `pipx upgrade-all`. - -In addition, a new option `--pinned` is added to `pipx list` command for listing pinned packages only.