Skip to content

Commit b53fc46

Browse files
authored
[RELEASE] Release of TYPO3 Coding Standards 0.7.1 (#87)
1 parent 2d190c7 commit b53fc46

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Diff for: CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ 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.7.0...main>
12+
**Full Changelog**: <https://github.com/TYPO3/coding-standards/compare/v0.7.0...0.7>
13+
14+
## [v0.7.1](https://github.com/TYPO3/coding-standards/releases/tag/v0.7.1) - 2022-12-20
15+
16+
### What's Changed Since 0.7.0
17+
18+
#### 🐞 Bug Fixes
19+
20+
* [BUGFIX] Require a PHP-CS-Fixer version that support the PER standard by @oliverklee in <https://github.com/TYPO3/coding-standards/pull/83>
21+
22+
**Full Changelog**: <https://github.com/TYPO3/coding-standards/compare/v0.7.0...v0.7.1>
1323

1424
## [v0.7.0](https://github.com/TYPO3/coding-standards/releases/tag/v0.7.0) - 2022-12-19
1525

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';
36+
public const VERSION = '0.7.1';
3737

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

0 commit comments

Comments
 (0)