From a4cd27fa39206594c2f36be3c608763911989e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 10 Mar 2024 19:21:48 +0100 Subject: [PATCH] Prepare 2.2 --- HISTORY.rst | 12 ++++++++++++ news/131.feature | 1 - news/145.feature | 3 --- 3 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 news/131.feature delete mode 100644 news/145.feature diff --git a/HISTORY.rst b/HISTORY.rst index 69f6e92..48c357d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,15 @@ +v2.2 (2024-03-10) +================= + +Features +-------- + +- Pass ``--no-input`` to pip commands, to avoid silently blocking on user input. (`#131 `_) +- Use ``uv``'s ``--python`` option to select the interpreter, instead of passing it as a + ``VIRTUAL_ENV`` environment variable. This is more explicit and hopefully more resilient + to changes in ``uv``'s Python detection logic. (`#145 `_) + + 2.1 (2024-03-01) ================ diff --git a/news/131.feature b/news/131.feature deleted file mode 100644 index d0cf3e5..0000000 --- a/news/131.feature +++ /dev/null @@ -1 +0,0 @@ -Pass ``--no-input`` to pip commands, to avoid silently blocking on user input. diff --git a/news/145.feature b/news/145.feature deleted file mode 100644 index 12bdad1..0000000 --- a/news/145.feature +++ /dev/null @@ -1,3 +0,0 @@ -Use ``uv``'s ``--python`` option to select the interpreter, instead of passing it as a -``VIRTUAL_ENV`` environment variable. This is more explicit and hopefully more resilient -to changes in ``uv``'s Python detection logic.