Skip to content

Commit 97a1387

Browse files
docs: prepare for 0.11.1 (#1028)
Let's not hold up work on 0.12 any longer. We can always branch if we need more 0.11 patches. --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1a79e3d commit 97a1387

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Diff for: docs/about/changelog.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
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
10+
in #1014
11+
- Increase timeout on CI by @henryiii in #1019
12+
13+
CI and testing:
14+
15+
- Ignore deprecation message from cattrs on Python 3.14 alphas by @LecrisUT in
16+
#1020
17+
- Add more integration tests in Fedora by @LecrisUT in #800
18+
- Restore example builds for Windows/macOS by @henryiii in #1025
19+
20+
Internal:
21+
22+
- Remove leftover Python 3.7 checks by @LecrisUT in #1011
23+
- Bump pytest version and include pytest-xdist by @henryiii in #1008
24+
- Bump to ruff 0.10, work around bug by @henryiii in #1015
25+
26+
Docs:
27+
28+
- Clarify verbosity options by @LecrisUT in #1018
29+
- Fix incorrect configuration example by @buddly27 in #1023
30+
- Fix incorrect name (`PYBIND11_NEWPYTHON` -> `PYBIND11_FINDPYTHON`) by
31+
@henryiii in #1021
32+
333
## Version 0.11.0
434

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

0 commit comments

Comments
 (0)