Skip to content

Commit

Permalink
[RELEASE] Release of TYPO3 Coding Standards 0.6.1 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Dec 20, 2022
1 parent 16985b8 commit 59591f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

**Full Changelog**: <https://github.com/TYPO3/coding-standards/compare/v0.6.0...main>
**Full Changelog**: <https://github.com/TYPO3/coding-standards/compare/v0.6.1...0.6>

## [v0.6.1](https://github.com/TYPO3/coding-standards/releases/tag/v0.6.1) - 2022-12-20

### What's Changed Since 0.6.0

#### 🐞 Bug Fixes

* [BUGFIX] Require a PHP-CS-Fixer version that support the PER standard by @oliverklee in <https://github.com/TYPO3/coding-standards/pull/83>
* [BUGFIX] Restore PHP 7.2 compatibility by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/85>

**Full Changelog**: <https://github.com/TYPO3/coding-standards/compare/v0.6.0...v0.6.1>

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

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final class Application extends BaseApplication
/**
* @var string
*/
public const VERSION = '0.6.0';
public const VERSION = '0.6.1';

/**
* getcwd() equivalent which always returns a string
Expand Down

0 comments on commit 59591f3

Please sign in to comment.