Skip to content

Commit 2254a1e

Browse files
authored
chore: bump version to 2025.05.01 (#960)
* chore: bump version to 2025.05.01 Signed-off-by: Henry Schreiner <[email protected]> * Update CHANGELOG.md * Update CHANGELOG.md --------- Signed-off-by: Henry Schreiner <[email protected]>
1 parent e0b5e33 commit 2254a1e

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

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+
341
## 2025.02.09
442

543
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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "nox"
9-
version = "2025.02.09"
9+
version = "2025.05.01"
1010
description = "Flexible test automation."
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)