Skip to content

Commit aa90652

Browse files
committed
release 4.30.0
1 parent 48fecab commit aa90652

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

docs/changelog.rst

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

55
.. towncrier release notes start
66
7+
v4.30.0 (2025-09-03)
8+
--------------------
9+
10+
Features - 4.30.0
11+
~~~~~~~~~~~~~~~~~
12+
- Add ``__TOX_ENVIRONMENT_VARIABLE_ORIGINAL_CI``, which passes through the ``CI`` variable if present. This is intended for use by other libraries to detect if tox is running under CI. (:issue:`3442`)
13+
14+
Bugfixes - 4.30.0
15+
~~~~~~~~~~~~~~~~~
16+
- Makes the error message more clear when pyproject.toml file cannot be loaded
17+
or is missing expected keys. (:issue:`3578`)
18+
- The :func:`tox_extend_envs() hook <tox.plugin.spec.tox_extend_envs>`
19+
recently added in :pull:`3591` turned out to not work well with
20+
``tox run``. It was fixed internally, not to exhaust the underlying
21+
iterator on the first use.
22+
23+
-- by :user:`webknjaz` (:issue:`3598`)
24+
725
v4.29.0 (2025-08-29)
826
--------------------
927

docs/changelog/3442.feature.rst

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

docs/changelog/3578.bugfix.rst

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

docs/changelog/3598.bugfix.rst

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

0 commit comments

Comments
 (0)