Skip to content

Commit

Permalink
Prepare 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Feb 25, 2024
1 parent e108700 commit 258e4a2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
32 changes: 22 additions & 10 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/sbidoul/pip-deepfreeze/issues/95>`_)
- Always install ``uv`` as a dependency. Consequently, the ``uv`` extra is removed. (`#143 <https://github.com/sbidoul/pip-deepfreeze/issues/143>`_)


1.8 (2024-02-23)
================

Features
--------
Expand All @@ -18,8 +30,8 @@ Bugfixes
<https://github.com/sbidoul/pip-deepfreeze/issues/138>`_)


1.7.0 (2024-02-22)
==================
1.7 (2024-02-22)
================

Features
--------
Expand All @@ -30,8 +42,8 @@ Features
to use. (`#135 <https://github.com/sbidoul/pip-deepfreeze/issues/135>`_)


1.6.0 (2024-01-10)
==================
1.6 (2024-01-10)
================

Bugfixes
--------
Expand All @@ -52,8 +64,8 @@ Features
(`#132 <https://github.com/sbidoul/pip-deepfreeze/issues/132>`_)


1.4.0 (2023-10-08)
==================
1.4 (2023-10-08)
================

Features
--------
Expand Down Expand Up @@ -120,8 +132,8 @@ Misc
<https://github.com/sbidoul/pip-deepfreeze/issues/62>`_)


1.2.0 (2023-04-10)
==================
1.2 (2023-04-10)
================

Features
--------
Expand Down
1 change: 0 additions & 1 deletion news/143.feature

This file was deleted.

3 changes: 0 additions & 3 deletions news/95.feature

This file was deleted.

0 comments on commit 258e4a2

Please sign in to comment.