Browse Source

prepared the 3.45.0 release

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

+ 7 - 0
CHANGELOG.md

@@ -3,6 +3,13 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
+Changelog for v3.45.0
+---------------------
+
+* feat: Enable symbol importing in `@PhpCsFixer` ruleset (#7629)
+* fix: NoUnneededBracesFixer - improve handling of global namespace (#7639)
+* test: run tests with "short_open_tag" enabled (#7637)
+
 Changelog for v3.44.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.44.1-DEV';
+    public const VERSION = '3.45.0';
     public const VERSION_CODENAME = 'Three Keys';
 
     private ToolInfo $toolInfo;