|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.15.12 |
| 4 | + |
| 5 | +Released on 2026-04-24. |
| 6 | + |
| 7 | +### Preview features |
| 8 | + |
| 9 | +- Implement `#ruff:file-ignore` file-level suppressions ([#23599](https://github.com/astral-sh/ruff/pull/23599)) |
| 10 | +- Implement `#ruff:ignore` logical-line suppressions ([#23404](https://github.com/astral-sh/ruff/pull/23404)) |
| 11 | +- Revert preview changes to displayed diagnostic severity in LSP ([#24789](https://github.com/astral-sh/ruff/pull/24789)) |
| 12 | +- \[`airflow`\] Implement `task-branch-as-short-circuit` (`AIR004`) ([#23579](https://github.com/astral-sh/ruff/pull/23579)) |
| 13 | +- \[`flake8-bugbear`\] Fix `break`/`continue` handling in `loop-iterator-mutation` (`B909`) ([#24440](https://github.com/astral-sh/ruff/pull/24440)) |
| 14 | +- \[`pylint`\] Fix `PLC2701` for type parameter scopes ([#24576](https://github.com/astral-sh/ruff/pull/24576)) |
| 15 | + |
| 16 | +### Rule changes |
| 17 | + |
| 18 | +- \[`pandas-vet`\] Suggest `.array` as well in `PD011` ([#24805](https://github.com/astral-sh/ruff/pull/24805)) |
| 19 | + |
| 20 | +### CLI |
| 21 | + |
| 22 | +- Respect default Unix permissions for cache files ([#24794](https://github.com/astral-sh/ruff/pull/24794)) |
| 23 | + |
| 24 | +### Documentation |
| 25 | + |
| 26 | +- \[`pylint`\] Fix `PLR0124` description not to claim self-comparison always returns the same value ([#24749](https://github.com/astral-sh/ruff/pull/24749)) |
| 27 | +- \[`pyupgrade`\] Expand docs on reusable `TypeVar`s and scoping (`UP046`) ([#24153](https://github.com/astral-sh/ruff/pull/24153)) |
| 28 | +- Improve rules table accessibility ([#24711](https://github.com/astral-sh/ruff/pull/24711)) |
| 29 | + |
| 30 | +### Contributors |
| 31 | + |
| 32 | +- [@dylwil3](https://github.com/dylwil3) |
| 33 | +- [@AlexWaygood](https://github.com/AlexWaygood) |
| 34 | +- [@woodruffw](https://github.com/woodruffw) |
| 35 | +- [@avasis-ai](https://github.com/avasis-ai) |
| 36 | +- [@Dev-iL](https://github.com/Dev-iL) |
| 37 | +- [@denyszhak](https://github.com/denyszhak) |
| 38 | +- [@ShipItAndPray](https://github.com/ShipItAndPray) |
| 39 | +- [@anishgirianish](https://github.com/anishgirianish) |
| 40 | +- [@augustelalande](https://github.com/augustelalande) |
| 41 | +- [@amyreese](https://github.com/amyreese) |
| 42 | +- [@majiayu000](https://github.com/majiayu000) |
| 43 | + |
3 | 44 | ## 0.15.11 |
4 | 45 |
|
5 | 46 | Released on 2026-04-16. |
|
0 commit comments