Skip to content

Commit 04e9424

Browse files
committed
prepared the 3.58.1 release
1 parent 8fdc3d5 commit 04e9424

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

44
This file contains changelogs for stable releases only.
55

6+
Changelog for v3.58.1
7+
---------------------
8+
9+
* fix: `ConstantCaseFixer` - do not change class constant usages (#8055)
10+
* fix: `PhpUnitTestClassRequiresCoversFixer` - do not add annotation when attribute with leading slash present (#8054)
11+
612
Changelog for v3.58.0
713
---------------------
814

src/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
final class Application extends BaseApplication
4545
{
4646
public const NAME = 'PHP CS Fixer';
47-
public const VERSION = '3.58.1-DEV';
47+
public const VERSION = '3.58.1';
4848
public const VERSION_CODENAME = '7th Gear';
4949

5050
private ToolInfo $toolInfo;

0 commit comments

Comments
 (0)