Skip to content

Commit

Permalink
prepared the 3.32.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Sep 29, 2023
1 parent 1188efe commit 8e9e270
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.32.0
---------------------

* deps: Prevent using PHPCSFixer along with `unfinalize` package (#7343)
* feat: Deprecate `CompactNullableTypehintFixer` and proxy to `CompactNullableTypeDeclarationFixer` (#7339)
* feat: Deprecate `CurlyBracesPositionFixer` and proxy to `BracesPositionFixer` (#7334)
* feat: Deprecate `NewWithBracesFixer` and proxy to `NewWithParenthesesFixer` (#7331)
* feat: Deprecate `NoUnneededCurlyBracesFixer` and proxy to `NoUnneededBracesFixer` (#7335)
* feat: Rename `CurlyBraceTransformer` to `BraceTransformer` (#7333)

Changelog for v3.31.0
---------------------

Expand Down
4 changes: 2 additions & 2 deletions src/Console/Application.php
Expand Up @@ -39,8 +39,8 @@
*/
final class Application extends BaseApplication
{
public const VERSION = '3.31.1-DEV';
public const VERSION_CODENAME = 'Jump & Run';
public const VERSION = '3.32.0';
public const VERSION_CODENAME = 'Deprecation train';

private ToolInfo $toolInfo;

Expand Down

0 comments on commit 8e9e270

Please sign in to comment.