File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.11.1
4+
5+ This release contains two small fixes for edge case issues.
6+
7+ Fixes:
8+
9+ * Bump pyproject-metadata to handle form feeds on Python < 3.12.8 by @henryiii in #1014
10+ * Increase timeout on CI by @henryiii in #1019
11+
12+ CI and testing:
13+
14+ * Ignore deprecation message from cattrs on Python 3.14 alphas by @LecrisUT in #1020
15+ * Add more integration tests in Fedora by @LecrisUT in #800
16+ * Restore example builds for Windows/macOS by @henryiii in #1025
17+
18+ Internal:
19+
20+ * Remove leftover Python 3.7 checks by @LecrisUT in #1011
21+ * Bump pytest version and include pytest-xdist by @henryiii in #1008
22+ * Bump to ruff 0.10, work around bug by @henryiii in #1015
23+
24+ Docs:
25+
26+ * Clarify verbosity options by @LecrisUT in #1018
27+ * Fix incorrect configuration example by @buddly27 in #1023
28+ * Fix incorrect name (` PYBIND11_NEWPYTHON ` -> ` PYBIND11_FINDPYTHON ` ) by @henryiii in #1021
29+
330## Version 0.11.0
431
532This version adds support for PEP 639 (license expressions) and updates the
You can’t perform that action at this time.
0 commit comments