Skip to content

Commit 6c452bb

Browse files
committed
release 4.49.0
1 parent 1c59d54 commit 6c452bb

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

docs/changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66

77
.. towncrier release notes start
88
9+
**********************
10+
v4.49.0 (2026-03-06)
11+
**********************
12+
13+
Features - 4.49.0
14+
=================
15+
16+
- Add ``{factor:label}`` substitution for TOML configs -- factor groups in ``product`` matrices and ``env_base`` factors
17+
can now be labeled with single-key dicts (e.g., ``{ecosystem = ["oci", "python"]}``), enabling ``{factor:ecosystem}``
18+
in any string value (descriptions, commands, etc.) to resolve to the active factor. Plain lists automatically get
19+
positional labels (``{factor:0}``, ``{factor:1}``, ...) - by :user:`gaborbernat`. (:issue:`3860`) (:issue:`3860`)
20+
21+
Bug fixes - 4.49.0
22+
==================
23+
24+
- Fix ``--showconfig`` and ``--help-ini`` legacy flags raising ``AttributeError`` after config format options were added
25+
- by :user:`rares985` (:issue:`3866`)
26+
927
**********************
1028
v4.48.1 (2026-03-06)
1129
**********************

docs/changelog/3860.feature.rst

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

docs/changelog/3866.bugfix.rst

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

0 commit comments

Comments
 (0)