Skip to content

Commit 6addc4b

Browse files
authored
[RELEASE] Release of TYPO3 Coding Standards 0.7.0 (#79)
1 parent f894793 commit 6addc4b

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Diff for: CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,26 @@ 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>
12+
**Full Changelog**: <https://github.com/TYPO3/coding-standards/compare/v0.7.0...main>
13+
14+
## [v0.7.0](https://github.com/TYPO3/coding-standards/releases/tag/v0.7.0) - 2022-12-19
15+
16+
### What's Changed Since 0.6.0
17+
18+
#### 🧰 Maintenance
19+
20+
* [!!!][TASK] Increase PHP requirements to 8.0+ by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/75>
21+
* [TASK] Remove Composer v1 tests by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/78>
22+
* [!!!][TASK] Remove deprecated commands by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/77>
23+
* [!!!][TASK] Sync files with the latest TYPO3 Core version by @github-actions in <https://github.com/TYPO3/coding-standards/pull/53>
24+
25+
#### ⚠ Breaking
26+
27+
* [!!!][TASK] Increase PHP requirements to 8.0+ by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/75>
28+
* [!!!][TASK] Remove deprecated commands by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/77>
29+
* [!!!][TASK] Sync files with the latest TYPO3 Core version by @github-actions in <https://github.com/TYPO3/coding-standards/pull/53>
30+
31+
**Full Changelog**: <https://github.com/TYPO3/coding-standards/compare/v0.6.0...v0.7.0>
1332

1433
## [v0.6.0](https://github.com/TYPO3/coding-standards/releases/tag/v0.6.0) - 2022-12-19
1534

Diff for: src/Console/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class Application extends BaseApplication
3333
/**
3434
* @var string
3535
*/
36-
public const VERSION = '0.7.0-DEV';
36+
public const VERSION = '0.7.0';
3737

3838
/**
3939
* getcwd() equivalent which always returns a string

0 commit comments

Comments
 (0)