Skip to content

v0.3.0

Compare
Choose a tag to compare
@ely-as ely-as released this 26 Jun 04:15
· 3 commits to main since this release
851a846

Breaking Changes

Fixes

  • Added py.typed file to indicate that package is type-enabled (f27cd0e).

Internal

  • Set the minimum required version of tox to >=4.0and used the labels feature to tell GitHub Actions which testenvs to run (255bd20).
  • Removed {posargs} from tox commands (b93de2d).
  • Switched to pyproject.toml for all setuptools and test tool configuration by @ely-as in #14.
  • Switched from flake8 to ruff for linting and fixed B904 errors (9007bc7).
  • Began to use isort formatting rules using ruff and added new tox testenv format (8600a04).
  • Replaced {toxinidir} with {tox_root} in tox.ini (22a8982).
  • Dropped support for Python 3.6 by @ely-as in #17.
  • Began to use black for code formatting (773c838).
  • Configured tox to generate JSON coverage reports and GitHub Actions to upload reports to cov.ely.as (b542b1b).