From 36273cc627a0dc0ec757eccbba69552aa40c8585 Mon Sep 17 00:00:00 2001 From: Gilbertsoft <25326036+gilbertsoft@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:39:47 +0100 Subject: [PATCH] [RELEASE] Release of TYPO3 Coding Standards 0.6.0 (#73) --- CHANGELOG.md | 18 +++++++++++++++++- Documentation/Settings.cfg | 4 ++-- src/Console/Application.php | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f7c18..5f443f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +**Full Changelog**: + +## [v0.6.0](https://github.com/TYPO3/coding-standards/releases/tag/v0.6.0) - 2022-12-19 + ### What's Changed Since 0.5.5 #### 🚀 Features @@ -29,8 +33,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [TASK] Update config location by @gilbertsoft in * [TASK] Update core synchronization regex by @gilbertsoft in * [TASK] Sync files with the latest TYPO3 Core version by @gilbertsoft in +* [TASK] Change PHP version for PHP CS job by @gilbertsoft in +* [TASK] Replace deprecated set-output command by @gilbertsoft in +* [TASK] Update actions by @gilbertsoft in +* [TASK] Include skip-changelog label in semver check by @gilbertsoft in + +#### 📖 Documentation + +* [DOCS] Provide changelog by @gilbertsoft in + +#### ⚠ Breaking + +* [FEATURE] Symfony console application by @gilbertsoft in -**Full Changelog**: +**Full Changelog**: ## [v0.5.5](https://github.com/TYPO3/coding-standards/releases/tag/v0.5.5) - 2022-08-12 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index e8e2ba9..8a930e0 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] project = TYPO3 Coding Standards Package -release = 0.5.x -version = 0.5 +release = 0.6.x +version = 0.6 copyright = MIT license Description = A set of coding guidelines for any TYPO3-related project or extension diff --git a/src/Console/Application.php b/src/Console/Application.php index 939748d..91445a1 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -35,7 +35,7 @@ final class Application extends BaseApplication /** * @var string */ - public const VERSION = '0.6.0-DEV'; + public const VERSION = '0.6.0'; /** * getcwd() equivalent which always returns a string