Skip to content

Commit 8d5c759

Browse files
authored
chore: prepare for 2026.04.10 (#1081)
* chore: prepare for 2026.04.10 Signed-off-by: Henry Schreiner <henryfs@princeton.edu> * Add entry for 'Use zizmor' in CHANGELOG * chore: bump version Signed-off-by: Henry Schreiner <henryfs@princeton.edu> --------- Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 2577f31 commit 8d5c759

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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

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 = "2026.02.09"
9+
version = "2026.04.10"
1010
description = "Flexible test automation."
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)