- Fixed some crash and incorrect-output bugs in `shed --refactor`
2023.3.1
- Fixed cases where `shed` took two passes to handle unordered and removable imports - Fixed cases where `--refactor` was making unintended semantic changes
2023.2.1
- Switch to calendar versioning to match underlying tools - Fixed cases where `--refactor` could delete comments in parens - `--refactor` replaces some calls to `list()`, `tuple()` and `dict()` builtins with literals
0.10.9
- Require Black >= 23.1.0 for latest code style
0.10.8
- Reformat `.pyi` files too
0.10.7
- Fixed `--refactor` to avoid incorrect changes to e.g. `x = y or len(z)` - `--refactor` also removes redundant calls to `bool()` in boolean contexts.