diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f41e4a00f..6d3b36d6c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +2024.0.2 (2024-09-13) +===================== +Pipenv 2024.0.2 (2024-09-13) +============================ + + +Features & Improvements +----------------------- + +- Initial support for python3.13 `#6240 `_ + +Bug Fixes +--------- + +- Fix bump version in CI/CD pipeline `#6177 `_ +- Swap old_version and new_version in pipenv update --outdated output. `#6179 `_ +- Update shell detection to only check the end of the command used. `#6197 `_ +- Fix loading dot env twice #6198 `#6202 `_ +- Solve issue with quiet lock not writing the lock file #6207. `#6207 `_ +- Fix regression introduced with the "smarter uninstall" PR. Uninstall ``--all`` should not clear the Pipfile entries. `#6209 `_ +- Fixed regression where all local file installations were incorrectly treated as editable. Ensure that local file installations are explicitly marked as editable in both Pipfile and Pipfile.lock entries if editable installation is desired. `#6222 `_ +- Corrected behavior of ``pipenv install --skip-lock`` after behavioral install refactor introduced regression. No Pipfile.lock is generated with this fix and installation of vcs no longer fails with revision missing error. `#6225 `_ +- Fix for Windows on ARM missing distlib binaries in pyproject.toml `#6240 `_ + +Vendored Libraries +------------------ + +- Clean up usage of click styling from exceptions, shell and virtualenv `#6178 `_ +- Remove click.echo from pipenv/cli `#6182 `_ +- Remove click.echo from exceptions.py `#6216 `_ +- Update importlib-metadata to 8.4.0 `#6235 `_ 2024.0.1 (2024-06-11) ===================== Pipenv 2024.0.1 (2024-06-11) diff --git a/news/6177.bugfix.rst b/news/6177.bugfix.rst deleted file mode 100644 index c4427c206c..0000000000 --- a/news/6177.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix bump version in CI/CD pipeline diff --git a/news/6178.vendor.rst b/news/6178.vendor.rst deleted file mode 100644 index bfcd062e40..0000000000 --- a/news/6178.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Clean up usage of click styling from exceptions, shell and virtualenv diff --git a/news/6179.bugfix.rst b/news/6179.bugfix.rst deleted file mode 100644 index a2545d940c..0000000000 --- a/news/6179.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Swap old_version and new_version in pipenv update --outdated output. diff --git a/news/6182.vendor.rst b/news/6182.vendor.rst deleted file mode 100644 index 245d8fcb30..0000000000 --- a/news/6182.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Remove click.echo from pipenv/cli diff --git a/news/6197.bugfix.rst b/news/6197.bugfix.rst deleted file mode 100644 index bf28c7e0a1..0000000000 --- a/news/6197.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Update shell detection to only check the end of the command used. diff --git a/news/6199.trivial.rst b/news/6199.trivial.rst deleted file mode 100644 index c6ba026357..0000000000 --- a/news/6199.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Fix incorrect command reminder after installs. diff --git a/news/6202.bugfix.rst b/news/6202.bugfix.rst deleted file mode 100644 index 92f107be44..0000000000 --- a/news/6202.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix loading dot env twice #6198 diff --git a/news/6207.bugfix.rst b/news/6207.bugfix.rst deleted file mode 100644 index 5e251d99ca..0000000000 --- a/news/6207.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Solve issue with quiet lock not writing the lock file #6207. diff --git a/news/6209.bugfix.rst b/news/6209.bugfix.rst deleted file mode 100644 index 28ca2b5343..0000000000 --- a/news/6209.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix regression introduced with the "smarter uninstall" PR. Uninstall ``--all`` should not clear the Pipfile entries. diff --git a/news/6214.trivial.rst b/news/6214.trivial.rst deleted file mode 100644 index 3b201dc5c8..0000000000 --- a/news/6214.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Increase default PIPENV_MAX_DEPTH to 10 diff --git a/news/6216.vendor.rst b/news/6216.vendor.rst deleted file mode 100644 index 954786799a..0000000000 --- a/news/6216.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Remove click.echo from exceptions.py diff --git a/news/6222.bugfix.rst b/news/6222.bugfix.rst deleted file mode 100644 index c0982fd38e..0000000000 --- a/news/6222.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed regression where all local file installations were incorrectly treated as editable. Ensure that local file installations are explicitly marked as editable in both Pipfile and Pipfile.lock entries if editable installation is desired. diff --git a/news/6225.bugfix.rst b/news/6225.bugfix.rst deleted file mode 100644 index ef926c2971..0000000000 --- a/news/6225.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Corrected behavior of ``pipenv install --skip-lock`` after behavioral install refactor introduced regression. No Pipfile.lock is generated with this fix and installation of vcs no longer fails with revision missing error. diff --git a/news/6235.vendor.rst b/news/6235.vendor.rst deleted file mode 100644 index 6583042879..0000000000 --- a/news/6235.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Update importlib-metadata to 8.4.0 diff --git a/news/6240.bugfix.rst b/news/6240.bugfix.rst deleted file mode 100644 index 3aeca5928c..0000000000 --- a/news/6240.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix for Windows on ARM missing distlib binaries in pyproject.toml diff --git a/news/6240.feature.rst b/news/6240.feature.rst deleted file mode 100644 index 3e86ebfb5d..0000000000 --- a/news/6240.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Initial support for python3.13 diff --git a/pipenv/pipenv.1 b/pipenv/pipenv.1 index c8a683f1aa..4b2d625607 100644 --- a/pipenv/pipenv.1 +++ b/pipenv/pipenv.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "PIPENV" "1" "Jun 11, 2024" "2024.0.1" "pipenv" +.TH "PIPENV" "1" "Sep 13, 2024" "2024.0.2" "pipenv" .sp \fBNOTE:\fP .INDENT 0.0