Browse Source

prepared the 3.19.0 release

Dariusz Ruminski 1 year ago
parent
commit
c6b97665c9
2 changed files with 10 additions and 1 deletions
  1. 9 0
      CHANGELOG.md
  2. 1 1
      src/Console/Application.php

+ 9 - 0
CHANGELOG.md

@@ -3,6 +3,15 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
+Changelog for v3.19.0
+---------------------
+
+* bug: SelfAccessorFixer - fix for union types (#7080)
+* DX: add `php_unit_data_provider_name` to `@PhpCsFixer:risky` set (#7069)
+* DX: make data providers return type "iterable" (#7072)
+* DX: rename tests and data providers (#7070)
+* feature: Introduce `PhpUnitDataProviderNameFixer` (#7057)
+
 Changelog for v3.18.0
 ---------------------
 

+ 1 - 1
src/Console/Application.php

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