Skip to content

Commit

Permalink
Release v2024.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 22, 2024
1 parent dd2f21f commit 0d7160e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 15 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
2024.2.0 (2024-10-22)
=====================
Pipenv 2024.2.0 (2024-10-22)
============================


Bug Fixes
---------

- Features & Bug Fixes
-------------------
- Refactored and simplified install routines, improving maintainability and reliability (#6276)
- Split install logic into smaller, focused functions.
- Eliminated Pipfile caching for now to prevent bugs and reduce complexity.
- Fixed edge cases with package category selection.
- Improved handling of VCS dependencies during updates, fixing when ref is a revision and not a branch.

- Enhanced VCS URL handling with better environment variable support (#6276)
- More reliable expansion of environment variables in Git URLs.
- Better handling of authentication components in VCS URLs.
- Improved error messaging for missing environment variables.
- Fixed issue where Git reference could be dropped during relock. `#6276 <https://github.com/pypa/pipenv/issues/6276>`_

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

- Update pipdeptree to version 2.23.4 `#6275 <https://github.com/pypa/pipenv/issues/6275>`_
2024.1.0 (2024-09-29)
=====================
Pipenv 2024.1.0 (2024-09-29)
Expand Down
1 change: 0 additions & 1 deletion news/6275.vendor.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/6276.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" "Sep 29, 2024" "2024.1.0" "pipenv"
.TH "PIPENV" "1" "Oct 22, 2024" "2024.2.0" "pipenv"
.sp
\fBNOTE:\fP
.INDENT 0.0
Expand Down

0 comments on commit 0d7160e

Please sign in to comment.