Browse Source

prepared the 3.43.1 release

Dariusz Ruminski 1 year ago
parent
commit
91c0b47216
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.43.1
+---------------------
+
+* fix: Import only unique symbols' short names (#7635)
+
 Changelog for v3.43.0
 ---------------------
 

+ 1 - 1
src/Console/Application.php

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