File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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
30+
331
432## 2026.02.09
533
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66
77[project ]
88name = " nox"
9- version = " 2026.02.09 "
9+ version = " 2026.04.10 "
1010description = " Flexible test automation."
1111readme = " README.md"
1212keywords = [
You can’t perform that action at this time.
0 commit comments