0.21.0
What's Changed
Bug fix
- Refactor ParameterDefault for correct module qualification by @termoshtt in #418
- Fix getter/setter to respect #[pyo3(name = "...")] attribute by @termoshtt in #429
Enhancement, and other changes
- Start developing 0.20.1 by @tokenprovider-pyo3stubgen[bot] in #414
- Fix init.py and init.pyi coexistence problem by @termoshtt in #416
- Add generate-init-py feature and fix docgen for re-exports by @termoshtt in #423
- Do not generate .pyi for non-PyO3 modules by @termoshtt in #424
- Add runtime type alias support to type_alias! macro by @termoshtt in #426
- Add new reexport_module_members! syntax with wildcard + explicit items by @termoshtt in #428
New Contributors
- @tokenprovider-pyo3stubgen[bot] made their first contribution in #414
Full Changelog: 0.20.0...0.21.0