Skip to content

Commit

Permalink
[RELEASE] Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-m-i-n committed Jan 27, 2025
1 parent 4e28feb commit 902e716
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "armin/editorconfig-cli",
"description": "EditorConfigCLI is a free CLI tool (written in PHP) to validate and auto-fix text files based on given .editorconfig declarations.",
"type": "library",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions docs/Versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Link to releases: https://github.com/a-r-m-i-n/editorconfig-cli/releases

## Versions

### 2.1.0

- [TASK] Update dependencies
- [BUGFIX] Improve output when indention in strict mode is wrong
- [TASK] Update copyright notice in LICENSE
- [DEVOPS] Remove unnecessary docker-compose.web.yaml
- [DEVOPS] Update GitHub actions (**thanks to Elias Häußler**)
- [DEVOPS] Enable parallel runs in PHP-CS-Fixer (**thanks to Elias Häußler**)
- [DEVOPS] Add PHP 8.4 to test matrix (**thanks to Elias Häußler**)
- [DEVOPS] Update to PHPStan v2 (**thanks to Elias Häußler**)

### 2.0.1

- [TASK] Remove "checkMissingIterableValueType" option and add missing iteration value types
Expand Down

0 comments on commit 902e716

Please sign in to comment.