@@ -12,13 +12,7 @@ versioning](http://semver.org) policy.
1212Changes will be added here periodically from the "Suggested changelog
1313entry" block in pull request descriptions.
1414
15- ## 3.0.0 (RC 3) (June 4, 2025)
16-
17- Since this is a large release, we are providing a release candidate to give
18- projects time to test! We also now provide
19- [ SPEC 4] ( https://scientific-python.org/specs/spec-0004/ ) nightly wheels. We
20- are hoping to split up ` std.h ` ; that work is approved to be added during the
21- RC phase if it's ready in time. We expect the RC phase to last around a week.
15+ ## Version 3.0.0 (July 10, 2025)
2216
2317Pybind11 3.0 includes an ABI bump, the first required bump in many years
2418on Unix (Windows has had required bumps more often). This release contains
@@ -129,8 +123,10 @@ New Features:
129123
130124- ` pybind11/conduit/pybind11_platform_abi_id.h ` was factored out, to
131125 maximize reusability of ` PYBIND11_PLATFORM_ABI_ID ` (for other
132- Python/C++ binding systems).
133- [ #5375 ] ( https://github.com/pybind/pybind11/pull/5375 )
126+ Python/C++ binding systems). Separately, a note was added to explain
127+ that the conduit feature only covers from-Python-to-C++ conversions.
128+ [ #5375 ] ( https://github.com/pybind/pybind11/pull/5375 ) \|
129+ [ #5740 ] ( https://github.com/pybind/pybind11/pull/5740 )
134130
135131- Added support for finding pybind11 using pkgconf distributed on pypi.
136132 [ #5552 ] ( https://github.com/pybind/pybind11/pull/5552 )
0 commit comments