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+ ## 2023.04.22
4+
5+ We'd like to thank the following folks who contributed to this release:
6+ - @crwilcox
7+ - @dcermak
8+ - @edgarrmondragon
9+ - @FollowTheProcess
10+ - @henryiii
11+ - @reaperhulk
12+ - @scop
13+
14+ New Features:
15+ * Add support for ` NOXPYTHON ` , ` NOXEXTRAPYTHON ` and ` NOXFORCEPYTHON ` by @edgarrmondragon in https://github.com/wntrblm/nox/pull/688
16+ * feat: --json --list-sessions by @henryiii in https://github.com/wntrblm/nox/pull/665
17+
18+ Documentation Improvements:
19+ * style: spelling and grammar fixes by @scop in https://github.com/wntrblm/nox/pull/682
20+ * Add invite link to the discord server to CONTRIBUTING.md by @dcermak in https://github.com/wntrblm/nox/pull/679
21+
22+ Internal Changes:
23+ * chore: update pre-commit hooks by @edgarrmondragon in https://github.com/wntrblm/nox/pull/690
24+ * chore: move to using Ruff by @henryiii in https://github.com/wntrblm/nox/pull/691
25+ * Fix assertion in GHA tests by @FollowTheProcess in https://github.com/wntrblm/nox/pull/670
26+ * ci: some minor fixes by @henryiii in https://github.com/wntrblm/nox/pull/675
27+ * Constrain tox to <4.0.0 and minor fixes by @FollowTheProcess in https://github.com/wntrblm/nox/pull/677
28+ * chore: long term fix for bugbear opinionated checks by @henryiii in https://github.com/wntrblm/nox/pull/678
29+ * chore: switch to hatchling by @henryiii in https://github.com/wntrblm/nox/pull/659
30+ * Don't run python 2.7 virtualenv tests for newer versions of virtualenv by @crwilcox in https://github.com/wntrblm/nox/pull/702
31+ * allow the use of argcomplete 3 by @reaperhulk in https://github.com/wntrblm/nox/pull/700
32+ * fix: enable ` list_sessions ` for session completion by @scop in https://github.com/wntrblm/nox/pull/699
33+ * chore: remove 3.6 tests, min version is 3.7 by @crwilcox in https://github.com/wntrblm/nox/pull/703
34+
35+
336## 2022.11.21
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.11.21 "
9+ version = " 2023.04.22 "
1010description = " Flexible test automation."
1111readme = " README.md"
1212keywords = [
You can’t perform that action at this time.
0 commit comments