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: bump versions in pre-commit
Signed-off-by: Henry Schreiner <[email protected]>
* chore: prepare for 2025.11.11
Signed-off-by: Henry Schreiner <[email protected]>
* Update date
---------
Signed-off-by: Henry Schreiner <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## 2025.11.12
4
+
5
+
This is a small release to fix a warning when running in script mode before we
6
+
drop Python 3.8.
7
+
8
+
We'd like to thank the following folks who contributed to this release:
9
+
10
+
*@henryiii
11
+
12
+
Bugfixes:
13
+
14
+
* Avoid warnings when running in script mode by @henryiii in https://github.com/wntrblm/nox/pull/1025
15
+
*`nox --report <file> ` should support `Path` by @henryiii in https://github.com/wntrblm/nox/pull/1026
16
+
* Install env was typed differently by @henryiii in https://github.com/wntrblm/nox/pull/1028
17
+
18
+
Internal changes:
19
+
20
+
* pytest `log_level` is better than `log_cli_level` by @henryiii in https://github.com/wntrblm/nox/pull/1029
21
+
* Use last intel macOS image by @henryiii in https://github.com/wntrblm/nox/pull/1031
22
+
* Add a few more passing ruff checks by @henryiii in https://github.com/wntrblm/nox/pull/1030
23
+
3
24
## 2025.10.16
4
25
5
26
This is a quick release to make our new dependency, pbs-installer, optional.
@@ -15,7 +36,7 @@ Changes:
15
36
* Make pbs-installer an optional dependency by @henryiii in https://github.com/wntrblm/nox/pull/1017
16
37
* Include time on longer runs (adds `humanize` dependency) by @henryiii in https://github.com/wntrblm/nox/pull/1014
17
38
18
-
Internal:
39
+
Internal changes:
19
40
20
41
* Run conda on Windows/Linux again by @henryiii in https://github.com/wntrblm/nox/pull/1015
0 commit comments