Skip to content

Commit

Permalink
release 4.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Mar 7, 2025
1 parent 4852262 commit 05835bf
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Release History

.. towncrier release notes start
v4.24.2 (2025-03-07)
--------------------

Bugfixes - 4.24.2
~~~~~~~~~~~~~~~~~
- multiple source_type supports for the same filename. Like pyproject.toml can be load by both TomlPyProject & LegacyToml (:issue:`3117`)
- Support ``set_env = { file = "conf{/}local.env"}`` for TOML format - by :user:`juditnovak`. (:issue:`3474`)
- fix example on the docs (:issue:`3480`)
- - ``--parallel-no-spinner`` now respects max CPU set by ``--parallel N`` (:issue:`3495`)

Improved Documentation - 4.24.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Updates the documentation for ``os.environ['KEY']`` when the variable does not exist - by :user:`jugmac00`. (:issue:`3456`)

v4.24.1 (2025-01-21)
--------------------

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

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/3456.doc.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 05835bf

Please sign in to comment.