Skip to content

Commit

Permalink
prepared the 3.53.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Apr 8, 2024
1 parent 4094d95 commit 69a1909
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.53.0
---------------------

* chore: Use `list` over `array` in more places (#7905)
* CI: allow for self-approvals for maintainers (#7921)
* CI: Improve Infection setup (#7913)
* CI: no need to trigger enable auto-merge when self-approve (#7929)
* DX: reduce `array_filter` function usages (#7923)
* DX: remove duplicated character from `trim` call (#7930)
* DX: update actions producing warnings (#7925)
* DX: update actions producing warnings (#7928)
* DX: update `phpstan/phpstan-strict-rules` (#7924)
* feat: Add trailing comma in multiline to PER-CS 2.0 (#7916)
* feat: Introduce `AttributeAnalysis` (#7909)
* feat: `@PHP84Migration` introduction (#7774)
* fix: Constant invocation detected in typed constants (#7892)
* fix: `PhpdocArrayTypeFixer` - JIT stack limit exhausted (#7895)
* test: Introduce Infection for mutation tests (#7874)

Changelog for v3.52.1
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
final class Application extends BaseApplication
{
public const NAME = 'PHP CS Fixer';
public const VERSION = '3.52.2-DEV';
public const VERSION = '3.53.0';
public const VERSION_CODENAME = '15 Keys';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 69a1909

Please sign in to comment.