From 68b6a0cd3f5fb568fe7daa785a2ba3fe72f5da27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 1 Mar 2024 11:21:38 +0100 Subject: [PATCH] Prepare 2.1 --- HISTORY.rst | 11 +++++++++++ news/144.removal | 3 --- 2 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 news/144.removal diff --git a/HISTORY.rst b/HISTORY.rst index c7067ce..69f6e92 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,14 @@ +2.1 (2024-03-01) +================ + +Deprecations and Removals +------------------------- + +- Change ``--installer=uv`` to ``--installer=uvpip``. This is a breaking change that + we do while this is young, to avoid possible confusion in the future with other ``uv`` + install mechanisms that are on their roadmap. (`#144 `_) + + 2.0 (2024-02-25) ================ diff --git a/news/144.removal b/news/144.removal deleted file mode 100644 index 868f40b..0000000 --- a/news/144.removal +++ /dev/null @@ -1,3 +0,0 @@ -Change ``--installer=uv`` to ``--installer=uvpip``. This is a breaking change that -we do while this is young, to avoid possible confusion in the future with other ``uv`` -install mechanisms that are on their roadmap.