Skip to content

Commit 0d7160e

Browse files
committed
Release v2024.2.0
1 parent dd2f21f commit 0d7160e

File tree

4 files changed

+28
-15
lines changed

4 files changed

+28
-15
lines changed

Diff for: CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2024.2.0 (2024-10-22)
2+
=====================
3+
Pipenv 2024.2.0 (2024-10-22)
4+
============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Features & Bug Fixes
11+
-------------------
12+
- Refactored and simplified install routines, improving maintainability and reliability (#6276)
13+
- Split install logic into smaller, focused functions.
14+
- Eliminated Pipfile caching for now to prevent bugs and reduce complexity.
15+
- Fixed edge cases with package category selection.
16+
- Improved handling of VCS dependencies during updates, fixing when ref is a revision and not a branch.
17+
18+
- Enhanced VCS URL handling with better environment variable support (#6276)
19+
- More reliable expansion of environment variables in Git URLs.
20+
- Better handling of authentication components in VCS URLs.
21+
- Improved error messaging for missing environment variables.
22+
- Fixed issue where Git reference could be dropped during relock. `#6276 <https://github.com/pypa/pipenv/issues/6276>`_
23+
24+
Vendored Libraries
25+
------------------
26+
27+
- Update pipdeptree to version 2.23.4 `#6275 <https://github.com/pypa/pipenv/issues/6275>`_
128
2024.1.0 (2024-09-29)
229
=====================
330
Pipenv 2024.1.0 (2024-09-29)

Diff for: news/6275.vendor.rst

-1
This file was deleted.

Diff for: news/6276.bugfix.rst

-13
This file was deleted.

Diff for: pipenv/pipenv.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "PIPENV" "1" "Sep 29, 2024" "2024.1.0" "pipenv"
30+
.TH "PIPENV" "1" "Oct 22, 2024" "2024.2.0" "pipenv"
3131
.sp
3232
\fBNOTE:\fP
3333
.INDENT 0.0

0 commit comments

Comments
 (0)