This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Releases: frequenz-floss/setuptools-betterproto
Releases · frequenz-floss/setuptools-betterproto
v0.3.0
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
v0.2.0
Betterproto Setuptools plugin Release Notes
Bug Fixes
- Fix a bug where the generated files were not included in the wheel distribution.
What's Changed
- Remove unhelpful metadata from .cookiecutter-replay.json by @llucax in #11
- Properly include generated Python files in the wheel by @llucax in #12
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Betterproto Setuptools plugin Release Notes
This is the first release of the plug-in.
What's Changed
- Initial implementation of the plug-in by @llucax in #1
- Fix typo in labeler.yml config by @llucax in #9
- Bump actions/{down,up}load-artifact from 3 to 4 by @dependabot in #6
- Bump actions/cache from 3 to 4 by @dependabot in #5
- Bump the required group with 8 updates by @dependabot in #8
- Bump actions/setup-python from 4 to 5 by @dependabot in #4
- Add a Quick Start guide and make options more consistent by @llucax in #10
New Contributors
- @llucax made their first contribution in #1
- @dependabot made their first contribution in #6
Full Changelog: https://github.com/frequenz-floss/setuptools-betterproto/commits/v0.1.0