Skip to content

Commit 2b9c78a

Browse files
committed
Release v2024.1.0
1 parent 3a16980 commit 2b9c78a

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2024.1.0 (2024-09-29)
2+
=====================
3+
Pipenv 2024.1.0 (2024-09-29)
4+
============================
5+
6+
7+
Features & Improvements
8+
-----------------------
9+
10+
- Upgrade from ``pip==24.0`` to ``pip==24.1.2``. `#6253 <https://github.com/pypa/pipenv/issues/6253>`_
11+
12+
Bug Fixes
13+
---------
14+
15+
- Fixes regression in lock file generation that caused environment variable references (e.g., ${GIT_PASSWORD}) in VCS URLs to be stripped out. This restores the ability to use credential placeholders in version control system URLs. `#6256 <https://github.com/pypa/pipenv/issues/6256>`_
116
2024.0.3 (2024-09-22)
217
=====================
318
Pipenv 2024.0.3 (2024-09-22)

news/6253.feature.rst

-1
This file was deleted.

news/6256.bugfix.rst

-1
This file was deleted.

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 22, 2024" "2024.0.3" "pipenv"
30+
.TH "PIPENV" "1" "Sep 29, 2024" "2024.1.0" "pipenv"
3131
.sp
3232
\fBNOTE:\fP
3333
.INDENT 0.0

0 commit comments

Comments
 (0)