File tree 3 files changed +20
-4
lines changed
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
9
9
10
10
## [ Unreleased]
11
11
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
+
12
16
### What's Changed Since 0.5.5
13
17
14
18
#### 🚀 Features
@@ -29,8 +33,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
33
* [ TASK] Update config location by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/66 >
30
34
* [ TASK] Update core synchronization regex by @gilbertsoft in < https://github.com/TYPO3/coding-standards/pull/67 >
31
35
* [ 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 >
32
48
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 >
34
50
35
51
## [ v0.5.5] ( https://github.com/TYPO3/coding-standards/releases/tag/v0.5.5 ) - 2022-08-12
36
52
Original file line number Diff line number Diff line change 1
1
[general]
2
2
3
3
project = TYPO3 Coding Standards Package
4
- release = 0.5 .x
5
- version = 0.5
4
+ release = 0.6 .x
5
+ version = 0.6
6
6
copyright = MIT license
7
7
Description = A set of coding guidelines for any TYPO3-related project or extension
8
8
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ final class Application extends BaseApplication
35
35
/**
36
36
* @var string
37
37
*/
38
- public const VERSION = '0.6.0-DEV ' ;
38
+ public const VERSION = '0.6.0 ' ;
39
39
40
40
/**
41
41
* getcwd() equivalent which always returns a string
You can’t perform that action at this time.
0 commit comments