Please see the fragment files in the changelog.d directory.
- Always specify UTF-8 encoding when reading TOML files.
- Support Python 3.8 and higher.
- Overhaul the README.
- Add a CHANGELOG.
- 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.