Skip to content

Commit 36273cc

Browse files
authored
[RELEASE] Release of TYPO3 Coding Standards 0.6.0 (#73)
1 parent 16804cd commit 36273cc

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

Diff for: CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff 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

Diff for: Documentation/Settings.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[general]
22

33
project = TYPO3 Coding Standards Package
4-
release = 0.5.x
5-
version = 0.5
4+
release = 0.6.x
5+
version = 0.6
66
copyright = MIT license
77
Description = A set of coding guidelines for any TYPO3-related project or extension
88

Diff for: src/Console/Application.php

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)