Skip to content

Commit 30892c4

Browse files
committed
try using the actual Changelog in the docs
1 parent ab1cdd0 commit 30892c4

File tree

2 files changed

+8
-1907
lines changed

2 files changed

+8
-1907
lines changed

CHANGELOG.md

+6-32
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
2024.2.0 (2024-10-29)
1+
2024.3.0 (2024-10-29)
22
=====================
3-
Pipenv 2024.2.0 (2024-10-29)
4-
============================
5-
63

74
Bug Fixes
85
---------
@@ -26,11 +23,9 @@ Bug Fixes
2623

2724
This improves stability when working with complex dependency trees and version constraints. `#6281 <https://github.com/pypa/pipenv/issues/6281>`_
2825
- Fixes issue with --skip-lock not providing pip the proper package specifier when version was a string (issue did not impact dict with version key). `#6288 <https://github.com/pypa/pipenv/issues/6288>`_
26+
2927
2024.2.0 (2024-10-22)
3028
=====================
31-
Pipenv 2024.2.0 (2024-10-22)
32-
============================
33-
3429

3530
Bug Fixes
3631
---------
@@ -53,11 +48,9 @@ Vendored Libraries
5348
------------------
5449

5550
- Update pipdeptree to version 2.23.4 `#6275 <https://github.com/pypa/pipenv/issues/6275>`_
51+
5652
2024.1.0 (2024-09-29)
5753
=====================
58-
Pipenv 2024.1.0 (2024-09-29)
59-
============================
60-
6154

6255
Features & Improvements
6356
-----------------------
@@ -68,11 +61,9 @@ Bug Fixes
6861
---------
6962

7063
- 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>`_
64+
7165
2024.0.3 (2024-09-22)
7266
=====================
73-
Pipenv 2024.0.3 (2024-09-22)
74-
============================
75-
7667

7768
Bug Fixes
7869
---------
@@ -82,11 +73,9 @@ Bug Fixes
8273
- Fixed ``pipenv uninstall --all`` failing when the virtual environment no longer exists. `#6185 <https://github.com/pypa/pipenv/issues/6185>`_
8374
- Fix issue where installing a vcs dependency using pipenv CLI yielded the wrong Pipfile entry such that it could not lock. `#6242 <https://github.com/pypa/pipenv/issues/6242>`_
8475
- Fix report that pipenv requires ``packaging>=22`` on some systems by setting it as a dependency. `#6243 <https://github.com/pypa/pipenv/issues/6243>`_
76+
8577
2024.0.2 (2024-09-13)
8678
=====================
87-
Pipenv 2024.0.2 (2024-09-13)
88-
============================
89-
9079

9180
Features & Improvements
9281
-----------------------
@@ -113,19 +102,15 @@ Vendored Libraries
113102
- Remove click.echo from pipenv/cli `#6182 <https://github.com/pypa/pipenv/issues/6182>`_
114103
- Remove click.echo from exceptions.py `#6216 <https://github.com/pypa/pipenv/issues/6216>`_
115104
- Update importlib-metadata to 8.4.0 `#6235 <https://github.com/pypa/pipenv/issues/6235>`_
105+
116106
2024.0.1 (2024-06-11)
117107
=====================
118-
Pipenv 2024.0.1 (2024-06-11)
119-
============================
120-
121108

122109
No significant changes.
123110

124111

125112
2024.0.0 (2024-06-06)
126113
=====================
127-
Pipenv 2024.0.0 (2024-06-06)
128-
============================
129114

130115
Features & Improvements
131116
-----------------------
@@ -169,9 +154,6 @@ Vendored Libraries
169154

170155
2023.12.1 (2024-02-04)
171156
======================
172-
Pipenv 2023.12.1 (2024-02-04)
173-
=============================
174-
175157

176158
Bug Fixes
177159
---------
@@ -221,9 +203,6 @@ Bug Fixes
221203

222204
2023.11.14 (2023-11-14)
223205
=======================
224-
Pipenv 2023.11.14 (2023-11-14)
225-
==============================
226-
227206

228207
Behavior Changes
229208
----------------
@@ -240,9 +219,6 @@ Bug Fixes
240219

241220
2023.10.24 (2023-10-24)
242221
=======================
243-
Pipenv 2023.10.24 (2023-10-24)
244-
==============================
245-
246222

247223
Features & Improvements
248224
-----------------------
@@ -336,8 +312,6 @@ Bug Fixes
336312

337313
# 2023.9.1 (2023-09-01)
338314

339-
# Pipenv 2023.9.1 (2023-09-01)
340-
341315
## Features & Improvements
342316

343317
- Top level Pipfile sys_platform markers should be transitive; adds top level platform_machine entries that are also transitive. Marker entries continue to operate the same as before. [#5892](https://github.com/pypa/pipenv/issues/5892)

0 commit comments

Comments
 (0)