|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.0.1a2 |
| 4 | + |
| 5 | +### Enhancements |
| 6 | + |
| 7 | +- Improve diagnostics for failure to call overloaded function ([#18073](https://github.com/astral-sh/ruff/pull/18073)) |
| 8 | +- Fix inconsistent casing in `invalid-return-type` diagnostic ([#18084](https://github.com/astral-sh/ruff/pull/18084)) |
| 9 | +- Add type-expression syntax link to `invalid-type-expression` diagnostics ([#18104](https://github.com/astral-sh/ruff/pull/18104)) |
| 10 | + |
| 11 | +### Bug fixes |
| 12 | + |
| 13 | +- Add cycle handling for unpacking targets ([#18078](https://github.com/astral-sh/ruff/pull/18078)) |
| 14 | +- Do not look up `__init__` on instances ([#18092](https://github.com/astral-sh/ruff/pull/18092)) |
| 15 | + |
| 16 | +### Typing |
| 17 | + |
| 18 | +- Infer parameter specializations of explicitly implemented generic protocols ([#18054](https://github.com/astral-sh/ruff/pull/18054)) |
| 19 | +- Check assignments to implicit global symbols are assignable to the types declared on `types.ModuleType` ([#18077](https://github.com/astral-sh/ruff/pull/18077)) |
| 20 | +- Fix various generics-related TODOs ([#18062](https://github.com/astral-sh/ruff/pull/18062)) |
| 21 | + |
| 22 | +### Documentation |
| 23 | + |
| 24 | +- Fix rule link in the configuration description ([#381](https://github.com/astral-sh/ty/pull/381)) |
| 25 | +- Use `https://ty.dev/rules` when linking to the rules table ([#18072](https://github.com/astral-sh/ruff/pull/18072)) |
| 26 | +- Use `ty server` instead of `ty lsp` ([#360](https://github.com/astral-sh/ty/pull/360)) |
| 27 | +- Fix missing `>` in HTML anchor tags in CLI reference ([#18096](https://github.com/astral-sh/ruff/pull/18096)) |
| 28 | +- Fix link to rules docs ([#378](https://github.com/astral-sh/ty/pull/378)) |
| 29 | +- Fix repository in README transform script ([#361](https://github.com/astral-sh/ty/pull/361)) |
| 30 | + |
| 31 | +### Contributors |
| 32 | + |
| 33 | +- [@dhruvmanila](https://github.com/dhruvmanila) |
| 34 | +- [@Usul-Dev](https://github.com/Usul-Dev) |
| 35 | +- [@dcreager](https://github.com/dcreager) |
| 36 | +- [@AlexWaygood](https://github.com/AlexWaygood) |
| 37 | +- [@BurntSushi](https://github.com/BurntSushi) |
| 38 | +- [@MichaReiser](https://github.com/MichaReiser) |
| 39 | +- [@frgfm](https://github.com/frgfm) |
| 40 | +- [@kiran-4444](https://github.com/kiran-4444) |
| 41 | +- [@sharkdp](https://github.com/sharkdp) |
| 42 | +- [@eruditmorina](https://github.com/eruditmorina) |
| 43 | + |
3 | 44 | ## 0.0.1a1 |
4 | 45 |
|
5 | 46 | ### Enhancements |
|
0 commit comments