File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ Unreleased]
1111
12+ ** Full Changelog** : < https://github.com/TYPO3/coding-standards/compare/v0.6.0...main >
13+
14+ ## [ v0.6.0] ( https://github.com/TYPO3/coding-standards/releases/tag/v0.6.0 ) - 2022-12-19
15+
1216### What's Changed Since 0.5.5
1317
1418#### 🚀 Features
@@ -29,8 +33,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933* [ TASK] Update config location by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/66 >
3034* [ TASK] Update core synchronization regex by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/67 >
3135* [ TASK] Sync files with the latest TYPO3 Core version by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/68 >
36+ * [ TASK] Change PHP version for PHP CS job by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/70 >
37+ * [ TASK] Replace deprecated set-output command by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/71 >
38+ * [ TASK] Update actions by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/72 >
39+ * [ TASK] Include skip-changelog label in semver check by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/74 >
40+
41+ #### 📖 Documentation
42+
43+ * [ DOCS] Provide changelog by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/62 >
44+
45+ #### ⚠ Breaking
46+
47+ * [ FEATURE] Symfony console application by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/39 >
3248
33- ** Full Changelog** : < https://github.com/TYPO3/coding-standards/compare/v0.5.5...main >
49+ ** Full Changelog** : < https://github.com/TYPO3/coding-standards/compare/v0.5.5...v0.6.0 >
3450
3551## [ v0.5.5] ( https://github.com/TYPO3/coding-standards/releases/tag/v0.5.5 ) - 2022-08-12
3652
Original file line number Diff line number Diff line change 11[general]
22
33project = TYPO3 Coding Standards Package
4- release = 0.5 .x
5- version = 0.5
4+ release = 0.6 .x
5+ version = 0.6
66copyright = MIT license
77Description = A set of coding guidelines for any TYPO3-related project or extension
88
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ final class Application extends BaseApplication
3535 /**
3636 * @var string
3737 */
38- public const VERSION = '0.6.0-DEV ' ;
38+ public const VERSION = '0.6.0 ' ;
3939
4040 /**
4141 * getcwd() equivalent which always returns a string
You can’t perform that action at this time.
0 commit comments