Browse Source

prepared the 3.25.1 release

Dariusz Ruminski 1 year ago
parent
commit
8e21d69801
2 changed files with 6 additions and 1 deletions
  1. 5 0
      CHANGELOG.md
  2. 1 1
      src/Console/Application.php

+ 5 - 0
CHANGELOG.md

@@ -3,6 +3,11 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
+Changelog for v3.25.1
+---------------------
+
+* fix: PhpdocTypesFixer - do not crash for type followed by braces/brackets/chevrons/parentheses (#7268)
+
 Changelog for v3.25.0
 ---------------------
 

+ 1 - 1
src/Console/Application.php

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