Skip to content

Commit 7569658

Browse files
committed
prepared the 3.89.2 release
1 parent 3dde298 commit 7569658

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer
33

44
This file contains changelogs for stable releases only.
55

6+
Changelog for v3.89.2
7+
---------------------
8+
9+
* fix: `NoUnneededBracesFixer` - do not crash on multiline group import (#9160)
10+
* chore: Standardize repository to use British English spelling (#9154)
11+
* CI: ensure enforced Symfony version is installed (#9174)
12+
* deps: bump php-coveralls to v2.9 (#9173)
13+
* refactor: FixerDocumentGenerator::getSetsOfRule - cache resolved sets (#9170)
14+
* refactor: FixerDocumentGenerator::getSetsOfRule - use cache (#9171)
15+
616
Changelog for v3.89.1
717
---------------------
818

src/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
final class Application extends BaseApplication
4949
{
5050
public const NAME = 'PHP CS Fixer';
51-
public const VERSION = '3.89.2-DEV';
51+
public const VERSION = '3.89.2';
5252
public const VERSION_CODENAME = 'Folding Bike';
5353

5454
/**

0 commit comments

Comments
 (0)