Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Releases: frequenz-floss/setuptools-betterproto

v0.3.0

11 Jun 12:00
v0.3.0
4b7da52
Compare
Choose a tag to compare

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 the pyproject.toml.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 May 08:57
v0.2.0
3219de6
Compare
Choose a tag to compare

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

15 May 12:57
v0.1.0
9cb2be8
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/frequenz-floss/setuptools-betterproto/commits/v0.1.0