This repository was archived by the owner on Sep 3, 2024. It is now read-only.
Betterproto Setuptools plugin Release Notes
New Features
-
Partial support of Python 3.10:
The python package can be used as is. But for testing purposes,
dependencies must be installed using--ignore-requires-python
.python -m pip install --ignore-requires-python -e .[dev]
Bug Fixes
- Fix an issue when
include_paths
is not specified in thepyproject.toml
.
What's Changed
- Clear release notes by @llucax in #13
- Bump the required group with 5 updates by @dependabot in #14
- Add Python 3.10 support (#15) by @jmlemetayer in #16
- Prepare release notes for v0.3.0 by @llucax in #17
New Contributors
- @jmlemetayer made their first contribution in #16
Full Changelog: v0.2.0...v0.3.0