0.2.3 - 2023-11-21
- Set up towncrier to manage the changelog. #16
- Added a pre-commit hook file for running the linters. #16
- Added a nox file for routine project management like running the tests and linting. #16
- Added GitHub Actions for running the continuous integration tests, which includes running the tests and linters. #16
- Moved static project metadata from setup.py to the now standard pyproject.toml. #16
- Added support for Python 3.12 and dropped support for Python 3.9. #19