Skip to content

Commit

Permalink
Release v2024.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Nov 5, 2024
1 parent d77bf2d commit 1dc28bd
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 13 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
2024.2.0 (2024-11-05)
=====================
Pipenv 2024.2.0 (2024-11-05)
============================


Bug Fixes
---------

- Fix regression where ``--skip-lock --dev`` was incorrectly searching Lockfile categories ("default", "develop") instead of Pipfile categories ("packages", "dev-packages"), causing packages to not be found. `#6304 <https://github.com/pypa/pipenv/issues/6304>`_
- Fix issue where pipenv install would unintentionally upgrade packages that had wildcard (*) specifiers in the Pipfile, even when locked versions existed and no upgrade was requested. `#6306 <https://github.com/pypa/pipenv/issues/6306>`_
- Fix issue where modules could not be found `#6307 <https://github.com/pypa/pipenv/issues/6307>`_

Vendored Libraries
------------------

- Vendor in ``pip==24.3.1``. `#6292 <https://github.com/pypa/pipenv/issues/6292>`_
- Vendoring
---------
* Update vendored dependencies:
- importlib-metadata from 8.4.0 to 8.5.0
- packaging from 24.0 to 24.1
- tomli from 2.0.1 to 2.0.2
- tomlkit from 0.12.4 to 0.13.2
- zipp from 3.18.1 to 3.20.2 `#6293 <https://github.com/pypa/pipenv/issues/6293>`_
2024.3.1 (2024-10-30)
=====================

Expand Down
1 change: 0 additions & 1 deletion news/6292.vendor.rst

This file was deleted.

8 changes: 0 additions & 8 deletions news/6293.vendor.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/6304.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/6306.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/6307.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/pipenv.1
Original file line number Diff line number Diff line change
Expand Up @@ -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" "Oct 30, 2024" "2024.3.1" "pipenv"
.TH "PIPENV" "1" "Nov 05, 2024" "2024.4.0" "pipenv"
.sp
\fBNOTE:\fP
.INDENT 0.0
Expand Down

0 comments on commit 1dc28bd

Please sign in to comment.