Browse Source

prepared the 3.15.1 release

Dariusz Ruminski 2 years ago
parent
commit
d48755372a
2 changed files with 11 additions and 1 deletions
  1. 10 0
      CHANGELOG.md
  2. 1 1
      src/Console/Application.php

+ 10 - 0
CHANGELOG.md

@@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer
 
 
 This file contains changelogs for stable releases only.
 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
 Changelog for v3.15.0
 ---------------------
 ---------------------
 
 

+ 1 - 1
src/Console/Application.php

@@ -39,7 +39,7 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
  */
 final class Application extends BaseApplication
 final class Application extends BaseApplication
 {
 {
-    public const VERSION = '3.15.1-DEV';
+    public const VERSION = '3.15.1';
     public const VERSION_CODENAME = 'BoY42';
     public const VERSION_CODENAME = 'BoY42';
 
 
     private ToolInfo $toolInfo;
     private ToolInfo $toolInfo;