Skip to content

Commit 5a277b7

Browse files
authored
docs: prepare for release (#1061)
* 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>
1 parent 90a8aef commit 5a277b7

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

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

541
This is a small release to fix a warning when running in script mode before we

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

0 commit comments

Comments
 (0)