Fixed
- rename: store state in scratch by @zsol in #1250
- rename: handle imports via a parent module by @zsol in #1251
- rename: Fix imports with aliases by @zsol in #1252
- rename: don't leave trailing commas by @zsol in #1254
- rename: don't eat commas unnecessarily by @zsol in #1256
- rename: fix renaming toplevel names by @zsol in #1260
- bump 3.12 to 3.13 in readme by @khameeteman in #1228
Added
- Add codemod to convert
typing.Union
to|
by @yangdanny97 in #1270 - Add codemod to fix variadic callable annotations by @yangdanny97 in #1269
- Add codemod to rename typing aliases of builtins by @yangdanny97 in #1267
- Add typing classifier to pyproject.toml and badge to README by @yangdanny97 in #1272
- Expose TypeAlias and TypeVar related structs in rust library by @Crozzers in #1274
Updated
New Contributors
- @yangdanny97 made their first contribution in #1270
- @Crozzers made their first contribution in #1274
- @jelmer made their first contribution in #1180
Full Changelog: v1.5.1...v1.6.0