Skip to content

Commit

Permalink
prepared the 3.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Mar 13, 2023
1 parent 0b08635 commit d487553
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.15.1
---------------------

* bug: BinaryOperatorSpacesFixer - fix for static in type (#6835)
* bug: BinaryOperatorSpacesFixer - fix parameters with union types passed by reference (#6826)
* bug: NoUnusedImportsFixer - fix for splat operator (#6836)
* DX: fix CI (#6837)
* feature: Support for type casing in arrow functions (#6831)
* minor: fix CI on PHP 8.3 (#6827)

Changelog for v3.15.0
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
final class Application extends BaseApplication
{
public const VERSION = '3.15.1-DEV';
public const VERSION = '3.15.1';
public const VERSION_CODENAME = 'BoY42';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit d487553

Please sign in to comment.