Browse Source

prepared the 3.33.0 release

Dariusz Ruminski 1 year ago
parent
commit
cecdeaa197
2 changed files with 7 additions and 2 deletions
  1. 5 0
      CHANGELOG.md
  2. 2 2
      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.33.0
+---------------------
+
+* feat: Introduce `native_type_declaration_casing` fixer (#7330)
+
 Changelog for v3.32.0
 ---------------------
 

+ 2 - 2
src/Console/Application.php

@@ -39,8 +39,8 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 final class Application extends BaseApplication
 {
-    public const VERSION = '3.32.1-DEV';
-    public const VERSION_CODENAME = 'Deprecation train';
+    public const VERSION = '3.33.0';
+    public const VERSION_CODENAME = 'The Old Guard';
 
     private ToolInfo $toolInfo;