From 127fa74f010da99053e3f5b62672615b72dd6efd Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Wed, 28 Feb 2024 20:50:06 +0100 Subject: [PATCH] prepared the 3.51.0 release --- CHANGELOG.md | 10 ++++++++++ src/Console/Application.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a88bbba899..ca87f94797d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ CHANGELOG for PHP CS Fixer This file contains changelogs for stable releases only. +Changelog for v3.51.0 +--------------------- + +* chore: add missing tests for non-documentation classes (#7848) +* chore: do not perform type analysis in tests (#7852) +* chore: list over array in more places (#7857) +* chore: tests documentation classes (#7855) +* feat: `@Symfony` - add nullable_type_declaration (#7856) +* test: fix wrong type in param annotation (#7858) + Changelog for v3.50.0 --------------------- diff --git a/src/Console/Application.php b/src/Console/Application.php index 59f5bf965e3..246e10c7313 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -41,7 +41,7 @@ final class Application extends BaseApplication { public const NAME = 'PHP CS Fixer'; - public const VERSION = '3.50.1-DEV'; + public const VERSION = '3.51.0'; public const VERSION_CODENAME = 'Insomnia'; private ToolInfo $toolInfo;