File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2022.11.21
4
+
5
+ We'd like to thank the following folks who contributed to this release:
6
+ - @airtower-luna
7
+ - @DiddiLeija
8
+ - @FollowTheProcess
9
+ - @henryiii
10
+ - @hynek
11
+ - @Julian
12
+ - @nhtsai
13
+ - @paw-lu
14
+
15
+ New features:
16
+ - Include Python 3.11 classifier & testing (#655 )
17
+
18
+ Improvements:
19
+ - Fixed a few typos (#661 , #660 )
20
+ - Drop dependency on ` py ` (#647 )
21
+ - ` nox.session.run ` now accepts a ` pathlib.Path ` for the command (#649 )
22
+ - Document ` nox.session.run ` 's ` stdout ` and ` stderr ` arguments and add example of capturing output (#651 )
23
+
24
+ Bugfixes:
25
+ - GitHub Action: replace deprecated set-output command (#668 )
26
+ - GitHub Action: point docs to 2022.8.7 not latest (#664 )
27
+ - Docs: fix argument passing in ` session.posargs ` example (#653 )
28
+ - Include GitHub action helper in ` MANIFEST.in ` (#645 )
29
+
30
+ Internal changes:
31
+ - GitHub Action: move to 3.11 final (#667 )
32
+ - Cleanup Python 2 style code (#657 )
33
+ - Update tools used in pre-commit (#646 , #656 )
34
+
35
+
3
36
## 2022.8.7
4
37
5
38
We'd like to thank the following folks who contributed to this release:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
6
6
7
7
[project ]
8
8
name = " nox"
9
- version = " 2022.8.7 "
9
+ version = " 2022.11.21 "
10
10
description = " Flexible test automation."
11
11
readme = " README.md"
12
12
keywords = [
You can’t perform that action at this time.
0 commit comments