Skip to content

Commit 434ac18

Browse files
committed
release 4.21.1
1 parent 34d3adc commit 434ac18

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

docs/changelog.rst

+15
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.21.1 (2024-10-02)
8+
--------------------
9+
10+
Bugfixes - 4.21.1
11+
~~~~~~~~~~~~~~~~~
12+
- Fix error when using ``requires`` within a TOML configuration file - by :user:`gaborbernat`. (:issue:`3386`)
13+
- Fix error when using ``deps`` within a TOML configuration file - by :user:`gaborbernat`. (:issue:`3387`)
14+
- Multiple fixes for the TOML configuration by :user:`gaborbernat`.:
15+
16+
- Do not fail when there is an empty command within ``commands``.
17+
- Allow references for ``set_env`` by accepting list of dictionaries for it.
18+
- Do not try to be smart about reference unrolling, instead allow the user to control it via the ``extend`` flag,
19+
available both for ``posargs`` and ``ref`` replacements.
20+
- The ``ref`` replacements ``raw`` key has been renamed to ``of``. (:issue:`3388`)
21+
722
v4.21.0 (2024-09-30)
823
--------------------
924

docs/changelog/3386.bugfix.rst

-1
This file was deleted.

docs/changelog/3387.bugfix.rst

-1
This file was deleted.

docs/changelog/3388.bugfix.rst

-7
This file was deleted.

0 commit comments

Comments
 (0)