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.