- require [`black >= 21.5b0`](https://github.com/psf/black/blob/master/CHANGES.md#215b0) to avoid version-detection bug
0.3.4
- avoid new duplicate work when running `shed` (without `python -m`)
0.3.3
- support running via `python -m shed` - stop merging nested `with`-statements (ugly when multiline on Python <= 3.9)
0.3.2
- support, and require, `pyupgrade` >= 2.8.0
0.3.1
- sort `tests` imports as a `known_local_folder` with [`isort`](https://pypi.org/project/isort/) - increase minimum dependency versions
0.3.0
- integrates [`hypothesis codemod`](https://hypothesis.readthedocs.io/en/latest/extras.html#hypothesis-codemods) in `--refactor` mode (optional dependency) - improved reporting for internal errors - work around known errors in pybetter and libcst