Skip to content

Commit 757295b

Browse files
committed
release 4.0.0b1
Signed-off-by: Bernát Gábor <[email protected]>
1 parent c4c8261 commit 757295b

16 files changed

+34
-21
lines changed

docs/changelog.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.0.0b1 (2022-02-05)
8+
---------------------
9+
10+
Features - 4.0.0b1
11+
~~~~~~~~~~~~~~~~~~
12+
- Display a hint for unrecognized argument CLI parse failures to use ``--`` separator to pass arguments to commands
13+
- by :user:`gaborbernat`. (:issue:`2183`)
14+
- Do not allow extending the config set beyond setup to ensures that all configuration values are visible via the config
15+
sub-command. - by :user:`gaborbernat`. (:issue:`2243`)
16+
- Print a message when ignoring outcome of commands - by :user:`gaborbernat`. (:issue:`2315`)
17+
18+
Bugfixes - 4.0.0b1
19+
~~~~~~~~~~~~~~~~~~
20+
- Fix type annotation is broken for :meth:`tox.config.sets.ConfigSet.add_config` when adding a container type
21+
- by :user:`gaborbernat`. (:issue:`2233`)
22+
- Insert ``TOX_WORK_DIR``, ``TOX_ENV_NAME``, ``TOX_ENV_DIR`` and ``VIRTUAL_ENV`` into the environment variables for all
23+
tox environments to keep contract with tox version 3 - by :user:`gaborbernat`. (:issue:`2259`)
24+
- Fix plugin initialization order - core plugins first, then 3rd party and finally inline - by :user:`gaborbernat`. (:issue:`2264`)
25+
- Legacy parallel mode should accept ``-p`` flag without arguments - by :user:`gaborbernat`. (:issue:`2299`)
26+
- Sequential run fails because the packaging environment is deleted twice for sequential runs with recreate flag on
27+
- by :user:`gaborbernat`. (:issue:`2300`)
28+
- Require Python 3.10 to generate docs - by :user:`jugmac00`. (:issue:`2321`)
29+
- Environment assignment for output breaks when using ``-rv`` (when we cannot guess upfront the verbosity level from the
30+
CLI arguments) - by :user:`gaborbernat`. (:issue:`2324`)
31+
- ``devenv`` command does not respect specified path - by :user:`gaborbernat`. (:issue:`2325`)
32+
33+
Improved Documentation - 4.0.0b1
34+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35+
- Enable link check during documentation build - by :user:`gaborbernat`. (:issue:`806`)
36+
- Document ownership of the ``tox.wiki`` root domain - by :user:`gaborbernat`. (:issue:`2242`)
37+
- Document :meth:`tox.config.sets.ConfigSet.loaders` - by :user:`gaborbernat`. (:issue:`2287`)
38+
- Fix CLI documentation is missing and broken documentation references - by :user:`gaborbernat`. (:issue:`2310`)
39+
40+
741
v4.0.0a10 (2022-01-04)
842
----------------------
943

docs/changelog/2183.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2233.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2242.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2243.feature.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2259.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2264.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2287.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2299.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2300.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)