File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+
4+ ## 2026.02.09
5+
6+ This small release supports uv 0.10's new requirement that ` --clear ` be passed
7+ to clear an environment. Python 3.8 support was temporarily re-added since uv
8+ 0.10 still supports 3.8, so nox on 3.8 was affected.
9+
10+ We'd like to thank the following folks who contributed to this release:
11+
12+ * @henryiii
13+ * @kai687 (first contribution)
14+ * @wu-zhao-min (first contribution)
15+
16+
17+ Bugfixes:
18+
19+ * Support uv 0.10.0 by @henryiii in https://github.com/wntrblm/nox/pull/1055
20+ * Show tags by @henryiii in https://github.com/wntrblm/nox/pull/1058
21+ * Better support for multiple session decorators by @henryiii in https://github.com/wntrblm/nox/pull/1048
22+ * Normalize extra ` tox-to-nox ` by @henryiii in https://github.com/wntrblm/nox/pull/1059
23+ * Better typing for ` .run ` by @henryiii in https://github.com/wntrblm/nox/pull/1037
24+
25+ Internal changes:
26+
27+ * Fix conda CI job by @henryiii in https://github.com/wntrblm/nox/pull/1035
28+ * Drop Python 3.8 by @henryiii in https://github.com/wntrblm/nox/pull/1004 and revert in https://github.com/wntrblm/nox/pull/1060
29+ * Fix action test by @henryiii in https://github.com/wntrblm/nox/pull/1036
30+ * Bump packaging dep to remove pyparsing by @henryiii in https://github.com/wntrblm/nox/pull/1047
31+ * Avoid newest docutils until sphinx-tabs updates by @henryiii in https://github.com/wntrblm/nox/pull/1052
32+ * Optimize the naming of constants to enhance readability by @wu-zhao-min in https://github.com/wntrblm/nox/pull/1041
33+
34+ Documentation:
35+
36+ * Duplicated session name in cookbook by @kai687 in https://github.com/wntrblm/nox/pull/1050
37+
38+
339## 2025.11.12
440
541This is a small release to fix a warning when running in script mode before we
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66
77[project ]
88name = " nox"
9- version = " 2025.11.12 "
9+ version = " 2026.02.09 "
1010description = " Flexible test automation."
1111readme = " README.md"
1212keywords = [
You can’t perform that action at this time.
0 commit comments