Skip to content

Commit 59591f3

Browse files
authored
[RELEASE] Release of TYPO3 Coding Standards 0.6.1 (#86)
1 parent 16985b8 commit 59591f3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,18 @@ 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.6.1...0.6>
13+
14+
## [v0.6.1](https://github.com/TYPO3/coding-standards/releases/tag/v0.6.1) - 2022-12-20
15+
16+
### What's Changed Since 0.6.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+
* [BUGFIX] Restore PHP 7.2 compatibility by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/85>
22+
23+
**Full Changelog**: <https://github.com/TYPO3/coding-standards/compare/v0.6.0...v0.6.1>
1324

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

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';
38+
public const VERSION = '0.6.1';
3939

4040
/**
4141
* getcwd() equivalent which always returns a string

0 commit comments

Comments
 (0)