Skip to content

Commit

Permalink
prepared the 3.66.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 5, 2025
1 parent 3c82851 commit cde1867
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.66.1
---------------------

* chore: fix CI for Windows (#8326)
* chore: `NoMultipleStatementsPerLineFixer` - be aware of PHP 8.4 property hooks (#8344)
* chore: `TernaryToElvisOperatorFixer` - improvements based on PHPStan detections (#8345)
* chore: `PhpUnitTestCaseStaticMethodCallsFixer` - fix type of `methods` option in documemtation and add example with it (#8338)
* chore: update legacy deps (#8342)
* deps: update box (#8336)

Changelog for v3.66.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 @@ -44,7 +44,7 @@
final class Application extends BaseApplication
{
public const NAME = 'PHP CS Fixer';
public const VERSION = '3.66.1-DEV';
public const VERSION = '3.66.1';
public const VERSION_CODENAME = 'Persian Successor';

/**
Expand Down

0 comments on commit cde1867

Please sign in to comment.