Skip to content

Commit

Permalink
Prepare 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Mar 10, 2024
1 parent d405ba1 commit a4cd27f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v2.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>`_)
- 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 <https://github.com/sbidoul/pip-deepfreeze/issues/145>`_)


2.1 (2024-03-01)
================

Expand Down
1 change: 0 additions & 1 deletion news/131.feature

This file was deleted.

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

This file was deleted.

0 comments on commit a4cd27f

Please sign in to comment.