Skip to content

Commit

Permalink
prepared the 3.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jun 24, 2023
1 parent ba6dce1 commit c6b9766
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
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;
Expand Down

0 comments on commit c6b9766

Please sign in to comment.