Skip to content

Commit

Permalink
Prepare 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 5, 2024
1 parent c53ae29 commit 52e3ee7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,28 @@ the upcoming release can be found in

<!-- towncrier release notes start -->

## 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))
- 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)

### Deprecations and Removals
Expand Down
2 changes: 0 additions & 2 deletions news/156.feature

This file was deleted.

0 comments on commit 52e3ee7

Please sign in to comment.