Skip to content

v4.0.0

Compare
Choose a tag to compare
@kurtmckee kurtmckee released this 19 Apr 14:31
· 52 commits to main since this release
v4.0.0
3aa9bb1

Python support

  • Support Python 3.8 and higher.

Documentation

  • Overhaul the README.
  • Add a CHANGELOG.

Development

  • Add configurations for common tools:

    • Dependabot
    • EditorConfig
    • pre-commit
  • Add a GitHub workflow to test the project.

  • Allow project dependencies to auto-update by running tox run -m update.

  • Prepare to test the project using mypy.