Skip to content

Commit

Permalink
[RELEASE] Release of TYPO3 Coding Standards 0.6.0 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Dec 19, 2022
1 parent 16804cd commit 36273cc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ 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>

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

### What's Changed Since 0.5.5

#### 🚀 Features
Expand All @@ -29,8 +33,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [TASK] Update config location by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/66>
* [TASK] Update core synchronization regex by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/67>
* [TASK] Sync files with the latest TYPO3 Core version by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/68>
* [TASK] Change PHP version for PHP CS job by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/70>
* [TASK] Replace deprecated set-output command by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/71>
* [TASK] Update actions by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/72>
* [TASK] Include skip-changelog label in semver check by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/74>

#### 📖 Documentation

* [DOCS] Provide changelog by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/62>

#### ⚠ Breaking

* [FEATURE] Symfony console application by @gilbertsoft in <https://github.com/TYPO3/coding-standards/pull/39>

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

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

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[general]

project = TYPO3 Coding Standards Package
release = 0.5.x
version = 0.5
release = 0.6.x
version = 0.6
copyright = MIT license
Description = A set of coding guidelines for any TYPO3-related project or extension

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-DEV';
public const VERSION = '0.6.0';

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

0 comments on commit 36273cc

Please sign in to comment.