mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Include changelog reference for other major versions (#18745)
Add references to changelog files for other major versions in the main CHANGELOG.md file. [Rendered](https://github.com/astral-sh/ruff/blob/dhruv/other-changelog/CHANGELOG.md)
This commit is contained in:
parent
a2cd6df429
commit
8184dae287
1 changed files with 44 additions and 0 deletions
44
CHANGELOG.md
44
CHANGELOG.md
|
@ -140,6 +140,50 @@ The following behaviors have been stabilized:
|
|||
- \[`pylint`\] De-emphasize `__hash__ = Parent.__hash__` (`PLW1641`) ([#18613](https://github.com/astral-sh/ruff/pull/18613))
|
||||
- \[`refurb`\] Add a note about float literal handling (`FURB157`) ([#18615](https://github.com/astral-sh/ruff/pull/18615))
|
||||
|
||||
## 0.11.x
|
||||
|
||||
See [changelogs/0.11.x](./changelogs/0.11.x.md)
|
||||
|
||||
## 0.10.x
|
||||
|
||||
See [changelogs/0.10.x](./changelogs/0.10.x.md)
|
||||
|
||||
## 0.9.x
|
||||
|
||||
See [changelogs/0.9.x](./changelogs/0.9.x.md)
|
||||
|
||||
## 0.8.x
|
||||
|
||||
See [changelogs/0.8.x](./changelogs/0.8.x.md)
|
||||
|
||||
## 0.7.x
|
||||
|
||||
See [changelogs/0.7.x](./changelogs/0.7.x.md)
|
||||
|
||||
## 0.6.x
|
||||
|
||||
See [changelogs/0.6.x](./changelogs/0.6.x.md)
|
||||
|
||||
## 0.5.x
|
||||
|
||||
See [changelogs/0.5.x](./changelogs/0.5.x.md)
|
||||
|
||||
## 0.4.x
|
||||
|
||||
See [changelogs/0.4.x](./changelogs/0.4.x.md)
|
||||
|
||||
## 0.3.x
|
||||
|
||||
See [changelogs/0.3.x](./changelogs/0.3.x.md)
|
||||
|
||||
## 0.2.x
|
||||
|
||||
See [changelogs/0.2.x](./changelogs/0.2.x.md)
|
||||
|
||||
## 0.1.x
|
||||
|
||||
See [changelogs/0.1.x](./changelogs/0.1.x.md)
|
||||
|
||||
[`boolean-type-hint-positional-argument`]: https://docs.astral.sh/ruff/rules/boolean-type-hint-positional-argument
|
||||
[`collection-literal-concatenation`]: https://docs.astral.sh/ruff/rules/collection-literal-concatenation
|
||||
[`if-else-block-instead-of-if-exp`]: https://docs.astral.sh/ruff/rules/if-else-block-instead-of-if-exp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue