Changed - Bumped black from 20.8b1 to 22.1.0 - Bumped invoke from 1.5.0 to 1.6.0 - Bumped isort from 5.8.0 to 5.10.1 - Bumped pyupgrade from 2.11.0 to 2.31.0
0.6.0
Added - Follow [Conventional Commits](https://www.conventionalcommits.org/) for commit messages produced via `package.bump` invoke task
Changed - Bumped isort from 5.7.0 to 5.8.0 - Bumped pyupgrade from 2.10.0 to 2.11.0
0.5.0
Changed - Require exact versions of linting packages (eg. black, pyupgrade, isort) so that bumping Opstrich results in these packages being bumped - Bumped pyupgrade from 2.9.0 to 2.10.0
0.4.0
Changed - Explicitly use sha256 as the default digest for `openssl` invoke tasks - Note: This is a backwards-incompatible change and may require re-encrypting files depending on the version of openssl being used - Switched CI from Travis to Github Actions
0.3.1
Changed - Fixed `check.all` invoke task to skip migration checks for projects with Django installed but without a `./manage.py` file (ie. reusable Django apps)