Skip to content

Commit

Permalink
prepared the 3.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 18, 2022
1 parent a2bdba3 commit 78d2251
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,18 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.13.1
---------------------

* bug: Align all the arrows inside the same array (#6590)
* bug: Fix priority between `modernize_types_casting` and `no_unneeded_control_parentheses` (#6687)
* bug: TrailingCommaInMultilineFixer - do not add trailing comma when there is no break line after last element (#6677)
* docs: Fix docs for disabled rules in rulesets (#6679)
* docs: fix the cookbook_fixers.rst (#6672)
* docs: Update installation recommended commands for `mkdir` argument (`-p` insteadof `--parents`). (#6689)
* Make static data providers that are not using dynamic calls (#6696)
* minor: displaying number of checked files (#6674)

Changelog for v3.13.0
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Expand Up @@ -39,7 +39,7 @@
*/
final class Application extends BaseApplication
{
public const VERSION = '3.13.1-DEV';
public const VERSION = '3.13.1';
public const VERSION_CODENAME = 'Oliva';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 78d2251

Please sign in to comment.