Dariusz Ruminski 1 год назад
Родитель
Сommit
04bf7b28fc
2 измененных файлов с 19 добавлено и 2 удалено
  1. 17 0
      CHANGELOG.md
  2. 2 2
      src/Console/Application.php

+ 17 - 0
CHANGELOG.md

@@ -3,6 +3,23 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
+Changelog for v3.39.0
+---------------------
+
+* chore: Add support for Symfony 7 (#7453)
+* chore: IntegrationTest - move support of php< requirement to main Integration classes (#7448)
+* CI: drop Symfony ^7 incompat exceptions of php-coveralls and cli-executor (#7455)
+* CI: early compatibility checks with Symfony 7 (#7431)
+* docs: drop list.rst and code behind it (#7436)
+* docs: remove Gitter mentions (#7441)
+* DX: Ability to run Fixer on PHP8.3 for development (#7449)
+* DX: describe command - for rules, list also sets that are including them (#7419)
+* DX: Docker clean up (#7450)
+* DX: more usage of spaceship operator (#7438)
+* DX: Put `Preg`'s last error message in exception message (#7443)
+* feat: Introduce `@PHP83Migration` ruleset and PHP 8.3 integration test (#7439)
+* test: Improve `AbstractIntegrationTestCase` description (#7452)
+
 Changelog for v3.38.2
 ---------------------
 

+ 2 - 2
src/Console/Application.php

@@ -40,8 +40,8 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 final class Application extends BaseApplication
 {
-    public const VERSION = '3.38.3-DEV';
-    public const VERSION_CODENAME = 'CI Marathon';
+    public const VERSION = '3.39.0';
+    public const VERSION_CODENAME = 'Getting Ready';
 
     private ToolInfo $toolInfo;