From 52e3ee746924168577a5e1c28c85ad7a5061b7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 5 Jul 2024 23:56:39 +0200 Subject: [PATCH] Prepare 2.4 --- CHANGELOG.md | 11 +++++++---- news/156.feature | 2 -- 2 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 news/156.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index fd264ef..a72aaee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,21 @@ the upcoming release can be found in -## 2.3 (2024-07-02) +## 2.4 (2024-07-05) + +### Features + +- Use ``uv`` for freeze and uninstall operations too when ``uvpip`` has been selected. ([#156](https://github.com/sbidoul/pip-deepfreeze/issues/156)) +- Don't do the direct url fixup optimization hack when ``uvpip`` has been selected. ([#156](https://github.com/sbidoul/pip-deepfreeze/issues/156)) +## 2.3 (2024-07-02) ### Features - Add support for pre-sync commands. ([#152](https://github.com/sbidoul/pip-deepfreeze/issues/152)) - ## 2.2 (2024-03-10) - ### Features - Pass `--no-input` to pip commands, to avoid silently blocking on user input. ([#131](https://github.com/sbidoul/pip-deepfreeze/issues/131)) @@ -24,7 +28,6 @@ the upcoming release can be found in `VIRTUAL_ENV` environment variable. This is more explicit and hopefully more resilient to changes in `uv`'s Python detection logic. ([#145](https://github.com/sbidoul/pip-deepfreeze/issues/145)) - ## 2.1 (2024-03-01) ### Deprecations and Removals diff --git a/news/156.feature b/news/156.feature deleted file mode 100644 index ffdcb7f..0000000 --- a/news/156.feature +++ /dev/null @@ -1,2 +0,0 @@ -Use ``uv`` for freeze and uninstall operations too when ``uvpip`` has been selected. -Don't do the direct url fixup optimization hack when ``uvpip`` has been selected.