|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | + |
| 4 | +## 2025.05.01 |
| 5 | + |
| 6 | +This is a bugfix release that primarily adds support for uv 0.7+. A few other |
| 7 | +small fixes were made. |
| 8 | + |
| 9 | +We'd like to thank the following folks who contributed to this release: |
| 10 | + |
| 11 | +* @chirizxc |
| 12 | +* @gschaffner |
| 13 | +* @henryiii |
| 14 | +* @living180 |
| 15 | +* @Spectre5 (first contribution) |
| 16 | + |
| 17 | +Bugfixes: |
| 18 | + |
| 19 | +* `uv version` is now `uv self version`, respect `UV` by @henryiii and @Spectre5 in https://github.com/wntrblm/nox/pull/955 |
| 20 | +* Add `UV_PYTHON` to disallowed vars by @henryiii in https://github.com/wntrblm/nox/pull/959 |
| 21 | +* Never ignore URL dependencies in PEP 723 noxfiles by @gschaffner in https://github.com/wntrblm/nox/pull/935 |
| 22 | +* Support forcing Python on parametrized session by @henryiii in https://github.com/wntrblm/nox/pull/958 |
| 23 | +* Fix `conda_install` issue with newer conda (only Unix) by @henryiii in https://github.com/wntrblm/nox/pull/957 |
| 24 | +* Show skip reason by default by @chirizxc in https://github.com/wntrblm/nox/pull/941 |
| 25 | +* Support `Path` for envdir by @henryiii in https://github.com/wntrblm/nox/pull/932 |
| 26 | +* Use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions by @henryiii in https://github.com/wntrblm/nox/pull/946 |
| 27 | + |
| 28 | +Documentation: |
| 29 | + |
| 30 | +* Fix a typo in the changelog by @gschaffner in https://github.com/wntrblm/nox/pull/936 |
| 31 | +* Update uv recipe by @henryiii in https://github.com/wntrblm/nox/pull/933 |
| 32 | +* Fix parametrized session tagging example by @living180 in https://github.com/wntrblm/nox/pull/942 |
| 33 | +* uv now supports `pip install .` reinstallation by @henryiii in https://github.com/wntrblm/nox/pull/947 |
| 34 | + |
| 35 | +Internal changes: |
| 36 | + |
| 37 | +* Use PEP 639 license info by @henryiii in https://github.com/wntrblm/nox/pull/956 |
| 38 | +* Make test skips a bit smarter by @henryiii in https://github.com/wntrblm/nox/pull/929 |
| 39 | +* Add our own requirements to conda too by @henryiii in https://github.com/wntrblm/nox/pull/945 |
| 40 | + |
3 | 41 | ## 2025.02.09
|
4 | 42 |
|
5 | 43 | This release improves PEP 723 support, including adding dependencies to the noxfile itself ("plugins"). It adds the long-awaited "requires" option, allowing sessions to require other sessions. And it brings further improvements to the `pyproject.toml` support, including helpers for dependency-groups and Python version lists.
|
|
0 commit comments