Skip to content

Commit

Permalink
[RELEASE] Release of TYPO3 Coding Standards 0.7.1 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Dec 20, 2022
1 parent 2d190c7 commit b53fc46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ 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.7.0...main>
**Full Changelog**: <https://github.com/TYPO3/coding-standards/compare/v0.7.0...0.7>

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

### What's Changed Since 0.7.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>

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

## [v0.7.0](https://github.com/TYPO3/coding-standards/releases/tag/v0.7.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 @@ -33,7 +33,7 @@ final class Application extends BaseApplication
/**
* @var string
*/
public const VERSION = '0.7.0';
public const VERSION = '0.7.1';

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

0 comments on commit b53fc46

Please sign in to comment.