Browse Source

prepared the 3.43.0 release

Dariusz Ruminski 1 year ago
parent
commit
39b5632c39
2 changed files with 17 additions and 1 deletions
  1. 16 0
      CHANGELOG.md
  2. 1 1
      src/Console/Application.php

+ 16 - 0
CHANGELOG.md

@@ -3,6 +3,22 @@ CHANGELOG for PHP CS Fixer
 
 This file contains changelogs for stable releases only.
 
+Changelog for v3.43.0
+---------------------
+
+* chore: change base of `@Symfony` set to `@PER-CS2.0` (#7627)
+* chore: PHPUnit - allow for v10 (#7606)
+* chore: Preg - rework catching the error (#7616)
+* chore: Revert unneeded peer-dep-pin and re-gen lock file (#7618)
+* docs: drop extra note about 8.0.0 bug in README.md (#7614)
+* feat: add cast_spaces into `@PER-CS2.0` (#7625)
+* feat: Configurable phpDoc tags for FQCN processing (#7628)
+* feat: StatementIndentationFixer - introduce stick_comment_to_next_continuous_control_statement config (#7624)
+* feat: UnaryOperatorSpacesFixer - introduce only_dec_inc config (#7626)
+* fix: FullyQualifiedStrictTypesFixer - better support annotations in inline {} (#7633)
+* fix: Improve how FQCN is handled in phpDoc (#7622)
+* fix: phpdoc_align - fix multiline tag alignment issue (#7630)
+
 Changelog for v3.42.0
 ---------------------
 

+ 1 - 1
src/Console/Application.php

@@ -40,7 +40,7 @@ use Symfony\Component\Console\Output\OutputInterface;
  */
 final class Application extends BaseApplication
 {
-    public const VERSION = '3.42.1-DEV';
+    public const VERSION = '3.43.0';
     public const VERSION_CODENAME = 'Three Keys';
 
     private ToolInfo $toolInfo;