Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Apr 17, 2024
1 parent 28209a2 commit a968b6e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,27 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.54.0
---------------------

* chore: Properly determine self-approval trigger commit (#7936)
* chore: Revert ref for self-approval Git checkout (#7944)
* CI: check if proper array key is declared (#7912)
* DX: cleanup `FullyQualifiedStrictTypesFixerTest` (#7954)
* DX: cleanup `PhpdocNoAccessFixerTest` (#7933)
* DX: cleanup `PhpUnitMethodCasingFixerTest` (#7948)
* DX: cleanup `PhpUnitStrictFixerTest` (#7938)
* DX: Improve internal dist config for Fixer (#7952)
* DX: Improve issue templates (#7942)
* DX: there is no namespace if there is no PHP code (#7953)
* DX: update .gitattributes (#7931)
* feat: introduce `PhpUnitAttributesFixer` (#7831)
* fix: Remove Infection during Docker release (#7937)
* fix: `FullyQualifiedStrictTypesFixer` - do not add imports before PHP opening tag (#7955)
* fix: `PhpUnitMethodCasingFixer` - do not double underscore (#7949)
* fix: `PhpUnitTestClassRequiresCoversFixer` - do not add annotation when there are attributes (#7880)
* test: Ignore PHP version related mutations (#7935)

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

Expand Down
4 changes: 2 additions & 2 deletions src/Console/Application.php
Expand Up @@ -41,8 +41,8 @@
final class Application extends BaseApplication
{
public const NAME = 'PHP CS Fixer';
public const VERSION = '3.53.1-DEV';
public const VERSION_CODENAME = '15 Keys';
public const VERSION = '3.54.0';
public const VERSION_CODENAME = '15 Keys Accelerate';

private ToolInfo $toolInfo;

Expand Down

0 comments on commit a968b6e

Please sign in to comment.