You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: prepare for 2026.02.09
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
* chore: bump version
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
---------
Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# Changelog
2
2
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
+
3
39
## 2025.11.12
4
40
5
41
This is a small release to fix a warning when running in script mode before we
0 commit comments