Added
- PEP 695 support
- PEP 701 support
- parser: Support files with mixed newlines #1007
- libcst is now published to crates.io
Fixed
- codemod/ApplyTypeAnnotationsVisitor: Do not annotate the same variable multiple times #956
- parser: Don't swallow trailing whitespace #976
- codemod/rename: Avoid duplicating import statements when the module name doesn't change #981
Updated
- cli: Don't gather dirs ending .py #994
- drop support for Python 3.7 #997
- A few parser performance improvements:
New Contributors
- @apbard made their first contribution in #957
- @orf made their first contribution in #995
- @MichaReiser made their first contribution in #1007
- @andrecsilva made their first contribution in #1024
Full Changelog: v1.0.1...v1.1.0