Skip to content

Commit 59aaee9

Browse files
committed
release 4.29.0
1 parent bf558e3 commit 59aaee9

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

docs/changelog.rst

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

55
.. towncrier release notes start
66
7+
v4.29.0 (2025-08-29)
8+
--------------------
9+
10+
Features - 4.29.0
11+
~~~~~~~~~~~~~~~~~
12+
- A new tox life cycle event is now exposed for use via :doc:`Plugins
13+
API </plugins>` -- by :user:`webknjaz`.
14+
15+
The corresponding hook point is :func:`tox_extend_envs
16+
<tox.plugin.spec.tox_extend_envs>`. It allows plugin authors to
17+
declare ephemeral environments that they can then populate through
18+
the in-memory configuration loader interface.
19+
20+
This patch was made possible thanks to pair programming with
21+
:user:`gaborbernat` at PyCon US 2025. (:issue:`3510`, :issue:`3591`)
22+
723
v4.28.4 (2025-07-31)
824
--------------------
925

docs/changelog/3510.feature.rst

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

docs/changelog/3591.feature.rst

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

0 commit comments

Comments
 (0)