v0.27.0
NB: this was released on 2025-10-20, but the GitHub release was not pushed until 2026-01-10.
What's Changed
- Don't attach to runtime when cloning TaskLocals. by @iksteen in #62
- Move Python::attach calls outside of tokio event loop in future_into_py by @stepancheg in #60
- pyo3 downcasts changed to casts by @jessekrubin in #65
- Fix missing LICENSE file in macros crate by @musicinmybrain in #63
- use
pyo3::intern!by @jessekrubin in #66 - Update pyo3 requirement from 0.26 to 0.27 by @dependabot[bot] in #68
- Bump version to 0.27 by @kylebarron in #69
New Contributors
- @iksteen made their first contribution in #62
- @stepancheg made their first contribution in #60
- @jessekrubin made their first contribution in #65
- @musicinmybrain made their first contribution in #63
Full Changelog: v0.26.0...v0.27.0