Skip to content

Commit

Permalink
prepared the 3.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Oct 31, 2022
1 parent 61e6165 commit a623222
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

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

* bug: BracesFixer - Fix unexpected extra blank line (#6667)
* bug: fix CI on master branch (#6663)
* bug: IsNullFixer - handle casting (#6661)
* docs: feature or bug (#6652)
* docs: Use case insensitive sorting for options (#6666)
* docs: [DateTimeCreateFromFormatCallFixer] Fix typos in the code sample (#6671)
* DX: update cli-executor (#6664)
* DX: update dev-tools (#6665)
* feature: Add global_namespace_import to @Symfony ruleset (#6662)
* feature: Add separate option for closure_fn_spacing (#6658)
* feature: general_phpdoc_annotation_remove - allow add case_sensitive option (#6660)
* minor: AllowedValueSubset - possible values are sorted (#6651)
* minor: Use md5 for file hashing to reduce possible collisions (#6597)

Changelog for v3.12.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.12.1-DEV';
public const VERSION = '3.13.0';
public const VERSION_CODENAME = 'Oliva';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit a623222

Please sign in to comment.