Skip to content

Commit 5f1ec1a

Browse files
committed
release 4.51.0
1 parent b5f9b13 commit 5f1ec1a

5 files changed

Lines changed: 25 additions & 9 deletions

File tree

docs/changelog.rst

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

77
.. towncrier release notes start
88
9+
**********************
10+
v4.51.0 (2026-03-27)
11+
**********************
12+
13+
Features - 4.51.0
14+
=================
15+
16+
- Add ``base_python_file`` configuration option to read the base Python version from a file (e.g. ``.python-version``),
17+
similar to GitHub Actions' ``python-version-file`` - by :user:`rahuldevikar` (:issue:`3894`)
18+
19+
Bug fixes - 4.51.0
20+
==================
21+
22+
- Prevent implicit machine ISA (e.g. ``arm64``, ``x86_64``) from overriding explicit architecture factors in environment
23+
names, fixing cross-architecture conflicts in multiline factor conditionals - by :user:`rahuldevikar`. (:issue:`3903`)
24+
- Nested environment list configuration values are now properly parsed, validated and expanded by the TOML parser. This
25+
allows you to use generative environment lists in ``tox-gh`` via the TOML format. Previously this was only possible
26+
with the INI format. - by :user:`Daverball` (:issue:`3905`)
27+
28+
Miscellaneous internal changes - 4.51.0
29+
=======================================
30+
31+
- Enable ``persist-credentials: true`` in the ``actions/checkout`` step of the prepare-release workflow so that git push
32+
operations succeed during automated releases - by :user:`rahuldevikar`. (:issue:`3907`)
33+
934
**********************
1035
v4.50.3 (2026-03-20)
1136
**********************

docs/changelog/3894.feature.rst

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

docs/changelog/3903.bugfix.rst

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

docs/changelog/3905.bugfix.rst

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

docs/changelog/3907.misc.rst

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

0 commit comments

Comments
 (0)