Skip to content

Commit 7d1545a

Browse files
committed
release 4.0.0a10
1 parent 2355591 commit 7d1545a

14 files changed

+36
-23
lines changed

docs/changelog.rst

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

55
.. towncrier release notes start
66
7+
v4.0.0a10 (2022-01-04)
8+
----------------------
9+
10+
Features - 4.0.0a10
11+
~~~~~~~~~~~~~~~~~~~
12+
- Support for grouping environment values together by applying labels to them either at :ref:`core <labels>` and
13+
:ref:`environment <labels-env>` level, and allow selecting them via the :ref:`-m <tox-run--m>` flag from the CLI - by
14+
:user:`gaborbernat`. (`#238 <https://github.com/tox-dev/tox/issues/238>`_)
15+
- Support for environment files within the :ref:`set_env` configuration via the ``file|`` prefix - by :user:`gaborbernat`. (`#1938 <https://github.com/tox-dev/tox/issues/1938>`_)
16+
- Support for ``--no-provision`` flag - by :user:`gaborbernat`. (`#1951 <https://github.com/tox-dev/tox/issues/1951>`_)
17+
- Missing ```pyproject.toml`` or ``setup.py`` file at the tox root folder without the ``--install-pkg`` flag assumes no
18+
packaging - by :user:`gaborbernat`. (`#1964 <https://github.com/tox-dev/tox/issues/1964>`_)
19+
- Add ``external`` package type for :ref:`package` (see :ref:`external-package-builder`), and extract package dependencies
20+
for packages passed in via :ref:`--installpkg <tox-run---installpkg>` - by :user:`gaborbernat`. (`#2204 <https://github.com/tox-dev/tox/issues/2204>`_)
21+
- Add support for rewriting script invocations that have valid shebang lines when the ``TOX_LIMITED_SHEBANG`` environment
22+
variable is set and not empty - by :user:`gaborbernat`. (`#2208 <https://github.com/tox-dev/tox/issues/2208>`_)
23+
- Support for the ``--discover`` CLI flag - by :user:`gaborbernat`. (`#2245 <https://github.com/tox-dev/tox/issues/2245>`_)
24+
- Moved the python packaging logic into a dedicate package `pyproject-api <https://pypi.org/project/pyproject-api>`_ and
25+
use it as a dependency - by :user:`gaborbernat`. (`#2274 <https://github.com/tox-dev/tox/issues/2274>`_)
26+
- Drop python 3.6 support - by :user:`gaborbernat`. (`#2275 <https://github.com/tox-dev/tox/issues/2275>`_)
27+
- Support for selecting target environments with a given factor via the :ref:`-m <tox-run--f>` CLI environment flag - by
28+
:user:`gaborbernat`. (`#2290 <https://github.com/tox-dev/tox/issues/2290>`_)
29+
30+
Bugfixes - 4.0.0a10
31+
~~~~~~~~~~~~~~~~~~~
32+
- Fix ``CTRL+C`` is not stopping the process on Windows - by :user:`gaborbernat`. (`#2159 <https://github.com/tox-dev/tox/issues/2159>`_)
33+
- Fix list/depends commands can create tox package environment as runtime environment and display an error message
34+
- by :user:`gaborbernat`. (`#2234 <https://github.com/tox-dev/tox/issues/2234>`_)
35+
36+
Deprecations and Removals - 4.0.0a10
37+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38+
- ``tox_add_core_config`` and ``tox_add_env_config`` now take a ``state: State`` argument instead of a configuration one,
39+
and ``Config`` not longer provides the ``envs`` property (instead users should migrate to ``State.envs``) - by
40+
:user:`gaborbernat`. (`#2275 <https://github.com/tox-dev/tox/issues/2275>`_)
41+
42+
743
v4.0.0a9 (2021-09-16)
844
---------------------
945

docs/changelog/1938.feature.rst

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

docs/changelog/1951.feature.rst

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

docs/changelog/1964.feature.rst

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

docs/changelog/2159.bugfix.rst

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

docs/changelog/2204.feature.rst

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

docs/changelog/2208.feature.rst

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

docs/changelog/2234.bugfix.rst

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

docs/changelog/2245.feature.rst

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

docs/changelog/2274.feature.rst

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

0 commit comments

Comments
 (0)