|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.14.10 |
| 4 | + |
| 5 | +Released on 2025-12-18. |
| 6 | + |
| 7 | +### Preview features |
| 8 | + |
| 9 | +- [formatter] Fluent formatting of method chains ([#21369](https://github.com/astral-sh/ruff/pull/21369)) |
| 10 | +- [formatter] Keep lambda parameters on one line and parenthesize the body if it expands ([#21385](https://github.com/astral-sh/ruff/pull/21385)) |
| 11 | +- \[`flake8-implicit-str-concat`\] New rule to prevent implicit string concatenation in collections (`ISC004`) ([#21972](https://github.com/astral-sh/ruff/pull/21972)) |
| 12 | +- \[`flake8-use-pathlib`\] Make fixes unsafe when types change in compound statements (`PTH104`, `PTH105`, `PTH109`, `PTH115`) ([#22009](https://github.com/astral-sh/ruff/pull/22009)) |
| 13 | +- \[`refurb`\] Extend support for `Path.open` (`FURB101`, `FURB103`) ([#21080](https://github.com/astral-sh/ruff/pull/21080)) |
| 14 | + |
| 15 | +### Bug fixes |
| 16 | + |
| 17 | +- \[`pyupgrade`\] Fix parsing named Unicode escape sequences (`UP032`) ([#21901](https://github.com/astral-sh/ruff/pull/21901)) |
| 18 | + |
| 19 | +### Rule changes |
| 20 | + |
| 21 | +- \[`eradicate`\] Ignore `ruff:disable` and `ruff:enable` comments in `ERA001` ([#22038](https://github.com/astral-sh/ruff/pull/22038)) |
| 22 | +- \[`flake8-pytest-style`\] Allow `match` and `check` keyword arguments without an expected exception type (`PT010`) ([#21964](https://github.com/astral-sh/ruff/pull/21964)) |
| 23 | +- [syntax-errors] Annotated name cannot be global ([#20868](https://github.com/astral-sh/ruff/pull/20868)) |
| 24 | + |
| 25 | +### Documentation |
| 26 | + |
| 27 | +- Add `uv` and `ty` to the Ruff README ([#21996](https://github.com/astral-sh/ruff/pull/21996)) |
| 28 | +- Document known lambda formatting deviations from Black ([#21954](https://github.com/astral-sh/ruff/pull/21954)) |
| 29 | +- Update `setup.md` ([#22024](https://github.com/astral-sh/ruff/pull/22024)) |
| 30 | +- \[`flake8-bandit`\] Fix broken link (`S704`) ([#22039](https://github.com/astral-sh/ruff/pull/22039)) |
| 31 | + |
| 32 | +### Other changes |
| 33 | + |
| 34 | +- Fix playground Share button showing "Copied!" before clipboard copy completes ([#21942](https://github.com/astral-sh/ruff/pull/21942)) |
| 35 | + |
| 36 | +### Contributors |
| 37 | + |
| 38 | +- [@dylwil3](https://github.com/dylwil3) |
| 39 | +- [@charliecloudberry](https://github.com/charliecloudberry) |
| 40 | +- [@charliermarsh](https://github.com/charliermarsh) |
| 41 | +- [@chirizxc](https://github.com/chirizxc) |
| 42 | +- [@ntBre](https://github.com/ntBre) |
| 43 | +- [@zanieb](https://github.com/zanieb) |
| 44 | +- [@amyreese](https://github.com/amyreese) |
| 45 | +- [@hauntsaninja](https://github.com/hauntsaninja) |
| 46 | +- [@11happy](https://github.com/11happy) |
| 47 | +- [@mahiro72](https://github.com/mahiro72) |
| 48 | +- [@MichaReiser](https://github.com/MichaReiser) |
| 49 | +- [@phongddo](https://github.com/phongddo) |
| 50 | +- [@PeterJCLaw](https://github.com/PeterJCLaw) |
| 51 | + |
3 | 52 | ## 0.14.9 |
4 | 53 |
|
5 | 54 | Released on 2025-12-11. |
|
0 commit comments