File tree 4 files changed +28
-15
lines changed
4 files changed +28
-15
lines changed Original file line number Diff line number Diff line change
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> ` _
1
28
2024.1.0 (2024-09-29)
2
29
=====================
3
30
Pipenv 2024.1.0 (2024-09-29)
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
.in \\n[ rst2man-indent\\n[ rst2man-indent-level ] ]u
29
29
..
30
- .TH "PIPENV" "1" "Sep 29 , 2024" "2024.1 .0" "pipenv"
30
+ .TH "PIPENV" "1" "Oct 22 , 2024" "2024.2 .0" "pipenv"
31
31
.sp
32
32
\fB NOTE: \fP
33
33
.INDENT 0.0
You can’t perform that action at this time.
0 commit comments