- A minimum version of `black>=22.1.0` is required.
- Added the `black` and `isort` installation extras. One can now automatically install black and isort with `python -m pip install "django-migrations-formatter[black,isort]"`.
0.1.5
* Add explicit support for Django 4.0 and Python 3.10
0.1.4
* Add explicit support for Django 3.2
0.1.3
* Another shot at a single-file GitHub workflow
0.1.2
* Fix release building
0.1.1
* Use [pre-commit.ci](https://results.pre-commit.ci/repo/github/351587462) for linting