Dariusz Ruminski 1 год назад
Родитель
Сommit
5445834057
2 измененных файлов с 6 добавлено и 1 удалено
  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.44.0
+---------------------
+
+* feat: Introduce percentage bar as new default progress output (#7603)
+
 Changelog for v3.43.1
 ---------------------
 

+ 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.2-DEV';
+    public const VERSION = '3.44.0';
     public const VERSION_CODENAME = 'Three Keys';
 
     private ToolInfo $toolInfo;