Skip to content

Commit ccade46

Browse files
committed
Release 2022.8.7
1 parent fb5196b commit ccade46

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

CHANGELOG.md

+55
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11
# Changelog
22

3+
## 2022.8.7
4+
5+
We'd like to thank the following folks who contributed to this release:
6+
- @CN-M
7+
- @crwilcox
8+
- @DiddiLeija
9+
- @edgarrmondragon
10+
- @FollowTheProcess
11+
- @hauntsaninja
12+
- @henryiii
13+
- @johnthagen
14+
- @jwodder
15+
- @ktbarrett
16+
- @mayeut
17+
- @meowmeowmeowcat
18+
- @NickleDave
19+
- @raddessi
20+
- @zhanpon
21+
22+
Removals:
23+
- Drop support for Python 3.6 (#526)
24+
- Disable running `session.install` outside a venv (#580)
25+
26+
New features:
27+
- Official Nox GitHub Action (#594, #606, #609, #620, #629, #637, #632, #633)
28+
- Missing interpreters now error the session on CI by default (#567)
29+
- Allow configurable child shutdown timeouts (#565)
30+
- Add session tags (#627)
31+
- Add short `-N` alias for `--no-reuse-existing-virtualenvs` (#639)
32+
- Export session name in `NOX_CURRENT_SESSION` environment variable (#641)
33+
34+
Improvements:
35+
- Add `VENV_DIR` to `dev` session in cookbook (#591)
36+
- Fix typo in `tutorial.rst` (#586)
37+
- Use consistent spelling for Nox in documentation (#581)
38+
- Support descriptions in `tox-to-nox` (#575)
39+
- Document that `silent=True` returns the command output (#578)
40+
- Support argcomplete v2 (#564)
41+
42+
Bugfixes:
43+
- Fix incorrect `FileNotFoundError` in `load_nox_module` (#571)
44+
45+
Internal changes:
46+
- Update the classifiers, documentation, and more to point to the new Winterbloom location (#587)
47+
- Support PEP 621 (`pyproject.toml`) (#616, #619)
48+
- Configure language code to avoid warning on sphinx build (#626)
49+
- Use latest GitHub action runners and include macOS (#613)
50+
- Jazz up the README with some badges/logo etc. (#605, #614)
51+
- Prefer type checking against Jinja2 (#610)
52+
- Introduce GitHub issue forms (#600, #603, #608)
53+
- Full strictness checking on mypy (#595, #596)
54+
- Drop 99% coverage threshold flag for 3.10 in noxfile (#593)
55+
- Create a `requirements-dev.txt` (#582)
56+
- Use `myst-parser` for Markdown docs (#561)
57+
358
## 2022.1.7
459

560
Claudio Jolowicz, Diego Ramirez, and Tom Fleet have become maintainers of Nox. 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.1.7"
9+
version = "2022.8.7"
1010
description = "Flexible test automation."
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)