Skip to content

Commit 2bba9da

Browse files
committed
Release 2023.04.23
1 parent 843d380 commit 2bba9da

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
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

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

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

0 commit comments

Comments
 (0)