Skip to content

Commit 6957a4c

Browse files
committed
Release 2022.11.21
1 parent e7cf847 commit 6957a4c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
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

538
We'd like to thank the following folks who contributed to this release:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "nox"
9-
version = "2022.8.7"
9+
version = "2022.11.21"
1010
description = "Flexible test automation."
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)