* Remove GitHub Actions workflow schedule, which broke release process.
0.6.8
* Update jinja2 to address CVE-2024-22195 from Dependabot.
0.6.7
* Update urllib3 to address Dependabot warnings. * Upgrade to Poetry v1.7.0 for official Python 3.12 support.
0.6.6
* Upgrade major dependencies. * Upgrade build process to Poetry v1.6.1. * Add support for Python v3.12 and drop support for v3.8.
0.6.5
* Fix checktabs to be safe for file named '-'. * Upgrade all dependencies to the latest major version. * Drop support for Python 3.7; many dependencies are now doing the same. * Pull Sphinx fields from metadata rather than parsing pyproject.toml.
0.6.4
* Convert to latest readthedocs.io standard. * Add NOTICE file to sdist, alongside existing LICENSE file. * Automate the existing manual release process using GitHub Actions. * Adjust GHA build to run MacOS and Windows tests only on latest Python.