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
* chore: prepare for 2026.04.10
Signed-off-by: Henry Schreiner <[email protected]>
* Add entry for 'Use zizmor' in CHANGELOG
* chore: bump version
Signed-off-by: Henry Schreiner <[email protected]>
---------
Signed-off-by: Henry Schreiner <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# Changelog
2
2
3
+
## 2026.04.10
4
+
5
+
This release drops Python 3.8 and adds a `--usage` command for full docstrings.
6
+
Our `.nox` dir is now ignored by default, virtualenvs are recreated if symlinks
7
+
are broken (such as after a Python upgrade), and `-t` now selects from all
8
+
available sessions.
9
+
10
+
Features:
11
+
12
+
* Drop Python 3.8 (reapply #1004) by @henryiii in https://github.com/wntrblm/nox/pull/1062
13
+
* Add a `nox --usage <session>` command to print full docstrings for provided sessions by @agriyakhetarpal in https://github.com/wntrblm/nox/pull/1064
14
+
* Write out `.gitignore`/`CACHEDIR.TAG` to `.nox` dir by @henryiii in https://github.com/wntrblm/nox/pull/1072
15
+
16
+
Fixes:
17
+
18
+
* Recreate venv if broken symlinks are present by @henryiii in https://github.com/wntrblm/nox/pull/1078
19
+
* Ignore default selection for tags and keywords by @henryiii in https://github.com/wntrblm/nox/pull/1057
20
+
* More uv variables set by @henryiii in https://github.com/wntrblm/nox/pull/1056
21
+
* Ignore forcecolor falsy by @henryiii in https://github.com/wntrblm/nox/pull/1073
22
+
* Fully pin actions in composite action by @henryiii in https://github.com/wntrblm/nox/pull/1080
23
+
24
+
Internal changes:
25
+
26
+
* Pin CI to working conda version by @henryiii in https://github.com/wntrblm/nox/pull/1079
27
+
* Use prek by @agriyakhetarpal in https://github.com/wntrblm/nox/pull/1065
28
+
* Switch artifact attestations to actions/attest by @scop in https://github.com/wntrblm/nox/pull/1070
29
+
* Use zizmor by @henryiii in https://github.com/wntrblm/nox/pull/1082
0 commit comments