Skip to content

Commit 39d9ba4

Browse files
committed
docs: prepare for 0.11.1
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 1a79e3d commit 39d9ba4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/about/changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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

532
This version adds support for PEP 639 (license expressions) and updates the

0 commit comments

Comments
 (0)