- Fixed a crash with `--refactor` on files containing `f"{...=}"` (31)
0.9.1
- Fixed `__init__.py`-based detection heuristic for first-party module names - Avoid guessing that stdlib modules are first-party due to e.g. a `code/` directory
0.9.0
- Require a stable version of Black, which now has a formatting stability policy - Suppress ``stderr`` messages from Git when used outside a repository
0.8.0
- Updated minimum dependency versions - bugfixes and improved support for Python 3.9+ - Avoid importing Hypothesis if it's not going to be used (26)
0.7.0
- Python 3.6 is end-of-life, so format code as 3.7+
0.6.0
- Codemods to fix most warnings from [`flake8-comprehensions`](https://pypi.org/project/flake8-comprehensions/), in `--refactor` mode - Moves all `libCST` fixers to `--refactor` mode for speed