From 258e4a25c3530a0963547d67693d08d84b8d4978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 25 Feb 2024 16:05:15 +0100 Subject: [PATCH] Prepare 2.0 --- HISTORY.rst | 32 ++++++++++++++++++++++---------- news/143.feature | 1 - news/95.feature | 3 --- 3 files changed, 22 insertions(+), 14 deletions(-) delete mode 100644 news/143.feature delete mode 100644 news/95.feature diff --git a/HISTORY.rst b/HISTORY.rst index 302ad5d..c7067ce 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,17 @@ -1.8.0 (2024-02-23) -================== +2.0 (2024-02-25) +================ + +Features +-------- + +- Allow to declare minimum pip-deepfreeze version in ``pyproject.toml``. + ``pip-deepfreeze`` verifies its version according to ``tool.pip-deepfreeze.min_version``, + so a project can ensure all contributors have the minmum required version. (`#95 `_) +- Always install ``uv`` as a dependency. Consequently, the ``uv`` extra is removed. (`#143 `_) + + +1.8 (2024-02-23) +================ Features -------- @@ -18,8 +30,8 @@ Bugfixes `_) -1.7.0 (2024-02-22) -================== +1.7 (2024-02-22) +================ Features -------- @@ -30,8 +42,8 @@ Features to use. (`#135 `_) -1.6.0 (2024-01-10) -================== +1.6 (2024-01-10) +================ Bugfixes -------- @@ -52,8 +64,8 @@ Features (`#132 `_) -1.4.0 (2023-10-08) -================== +1.4 (2023-10-08) +================ Features -------- @@ -120,8 +132,8 @@ Misc `_) -1.2.0 (2023-04-10) -================== +1.2 (2023-04-10) +================ Features -------- diff --git a/news/143.feature b/news/143.feature deleted file mode 100644 index a950864..0000000 --- a/news/143.feature +++ /dev/null @@ -1 +0,0 @@ -Always install ``uv`` as a dependency. Consequently, the ``uv`` extra is removed. diff --git a/news/95.feature b/news/95.feature deleted file mode 100644 index da5d460..0000000 --- a/news/95.feature +++ /dev/null @@ -1,3 +0,0 @@ -Declare minimum pip-deepfreeze version in ``pyproject.toml``. -pip-deepfreeze verifies its version according to ``tool.pip-deepfreeze.min_version``, -so a project can ensure all contributors have the minmum required version.