File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
336## 2022.8.7
437
538We'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 = [
66
77[project ]
88name = " nox"
9- version = " 2022.8.7 "
9+ version = " 2022.11.21 "
1010description = " Flexible test automation."
1111readme = " README.md"
1212keywords = [
You can’t perform that action at this time.
0 commit comments