Skip to content

Commit

Permalink
Release 2023.04.23
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Apr 22, 2023
1 parent 843d380 commit 2bba9da
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## 2023.04.22

We'd like to thank the following folks who contributed to this release:
- @crwilcox
- @dcermak
- @edgarrmondragon
- @FollowTheProcess
- @henryiii
- @reaperhulk
- @scop

New Features:
* Add support for `NOXPYTHON`, `NOXEXTRAPYTHON` and `NOXFORCEPYTHON` by @edgarrmondragon in https://github.com/wntrblm/nox/pull/688
* feat: --json --list-sessions by @henryiii in https://github.com/wntrblm/nox/pull/665

Documentation Improvements:
* style: spelling and grammar fixes by @scop in https://github.com/wntrblm/nox/pull/682
* Add invite link to the discord server to CONTRIBUTING.md by @dcermak in https://github.com/wntrblm/nox/pull/679

Internal Changes:
* chore: update pre-commit hooks by @edgarrmondragon in https://github.com/wntrblm/nox/pull/690
* chore: move to using Ruff by @henryiii in https://github.com/wntrblm/nox/pull/691
* Fix assertion in GHA tests by @FollowTheProcess in https://github.com/wntrblm/nox/pull/670
* ci: some minor fixes by @henryiii in https://github.com/wntrblm/nox/pull/675
* Constrain tox to <4.0.0 and minor fixes by @FollowTheProcess in https://github.com/wntrblm/nox/pull/677
* chore: long term fix for bugbear opinionated checks by @henryiii in https://github.com/wntrblm/nox/pull/678
* chore: switch to hatchling by @henryiii in https://github.com/wntrblm/nox/pull/659
* Don't run python 2.7 virtualenv tests for newer versions of virtualenv by @crwilcox in https://github.com/wntrblm/nox/pull/702
* allow the use of argcomplete 3 by @reaperhulk in https://github.com/wntrblm/nox/pull/700
* fix: enable `list_sessions` for session completion by @scop in https://github.com/wntrblm/nox/pull/699
* chore: remove 3.6 tests, min version is 3.7 by @crwilcox in https://github.com/wntrblm/nox/pull/703


## 2022.11.21

We'd like to thank the following folks who contributed to this release:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "nox"
version = "2022.11.21"
version = "2023.04.22"
description = "Flexible test automation."
readme = "README.md"
keywords = [
Expand Down

0 comments on commit 2bba9da

Please sign in to comment.