Skip to content

Commit

Permalink
prepared the 3.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Mar 18, 2022
1 parent 78ad09f commit cbad111
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v3.8.0
--------------------

* bug #6322 PhpdocTypesFixer - fix recognizing callable (kubawerlos)
* bug #6331 ClassReferenceNameCasingFixer - Fix false hits (SpacePossum)
* bug #6333 BinaryOperatorSpacesFixer - Fix for alignment in `elseif` (paulbalandan, SpacePossum)
* bug #6337 PhpdocTypesFixer - fix recognising callable without return type (kubawerlos)
* feature #6286 DateTimeCreateFromFormatCallFixer - Introduction (liquid207)
* feature #6312 TypesSpacesFixer - add option for CS of catching multiple types of exceptions (SpacePossum)
* minor #6326 Bump migration sets used to PHP7.4 (SpacePossum)
* minor #6328 DX: .gitignore ASC file (keradus)

Changelog for v3.7.0
--------------------

Expand Down
4 changes: 2 additions & 2 deletions src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
*/
final class Application extends BaseApplication
{
public const VERSION = '3.7.1-DEV';
public const VERSION_CODENAME = '';
public const VERSION = '3.8.0';
public const VERSION_CODENAME = 'BerSzcz against war!';

private ToolInfo $toolInfo;

Expand Down

5 comments on commit cbad111

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@keradus Hello!
Please consider uploading PHAR + .asc to shim releases and encourage users to use PHIVE.
https://github.com/phar-io/phive

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait! Isn't shim's PHAR file the very same as the one attached to this release?

@keradus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @szepeviktor ,
you commented on a commit, I strongly encourage to raise a discussion as github issue on main or shim repos.

To be honest, I don't understand your suggestion - phar and .asc files are part of the main repo github release, and phive is already using them (and we open the phive suggestion to users of Fixer - https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/doc/installation.rst#locally-phive ). We want to suggest using shim (but not via phive) as main installation method, but we are now in beta phase of it.

Wait! Isn't shim's PHAR file the very same as the one attached to this release?

yes they are.

@szepeviktor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a phive advocate.

@keradus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and we support that for you, you are welcome to use it ;)

Please sign in to comment.