summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2023-02-17 18:15:15 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2023-02-17 18:15:15 +0000
commit3817aef07f4c8a0cb1c43bb9a73f1bb624fc263b (patch)
treef3e8fa03267169560ca9dad2944885a2265b538c /NEWS.rst
parent9a0d9301c24dc5268ce2640096c301ff7190dd8d (diff)
downloadpip-3817aef07f4c8a0cb1c43bb9a73f1bb624fc263b.tar.gz
Bump for release23.0.1
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 2e24fab37..3fb80be60 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,25 @@
.. towncrier release notes start
+23.0.1 (2023-02-17)
+===================
+
+Features
+--------
+
+- Ignore PIP_REQUIRE_VIRTUALENV for ``pip index`` (`#11671 <https://github.com/pypa/pip/issues/11671>`_)
+- Implement ``--break-system-packages`` to permit installing packages into
+ ``EXTERNALLY-MANAGED`` Python installations. (`#11780 <https://github.com/pypa/pip/issues/11780>`_)
+
+Bug Fixes
+---------
+
+- Improve handling of isolated build environments on platforms that
+ customize the Python's installation schemes, such as Debian and
+ Homebrew. (`#11740 <https://github.com/pypa/pip/issues/11740>`_)
+- Do not crash in presence of misformatted hash field in ``direct_url.json``. (`#11773 <https://github.com/pypa/pip/issues/11773>`_)
+
+
23.0 (2023-01-30)
=================