Skip to content

Commit

Permalink
release 4.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Oct 2, 2024
1 parent 34d3adc commit 434ac18
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Release History

.. towncrier release notes start
v4.21.1 (2024-10-02)
--------------------

Bugfixes - 4.21.1
~~~~~~~~~~~~~~~~~
- Fix error when using ``requires`` within a TOML configuration file - by :user:`gaborbernat`. (:issue:`3386`)
- Fix error when using ``deps`` within a TOML configuration file - by :user:`gaborbernat`. (:issue:`3387`)
- Multiple fixes for the TOML configuration by :user:`gaborbernat`.:

- Do not fail when there is an empty command within ``commands``.
- Allow references for ``set_env`` by accepting list of dictionaries for it.
- Do not try to be smart about reference unrolling, instead allow the user to control it via the ``extend`` flag,
available both for ``posargs`` and ``ref`` replacements.
- The ``ref`` replacements ``raw`` key has been renamed to ``of``. (:issue:`3388`)

v4.21.0 (2024-09-30)
--------------------

Expand Down
1 change: 0 additions & 1 deletion docs/changelog/3386.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/3387.bugfix.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/changelog/3388.bugfix.rst

This file was deleted.

0 comments on commit 434ac18

Please sign in to comment.