Skip to content

Commit

Permalink
[RELEASE] Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-m-i-n committed Jul 19, 2024
1 parent 0baf93a commit 33f029b
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0",
"version": "2.0.1",
"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.

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

## Versions

### 2.0.1

- [TASK] Remove "checkMissingIterableValueType" option and add missing iteration value types
- [TASK] Fix code styles
- [TASK] Update dependencies
- [TASK] Exclude Compiler class from dist archives (**thanks to Elias Häußler**)
- [TASK] Exclude development-only files from dist archives (**thanks to Elias Häußler**)

### 2.0.0

- [DOCS] Update screenshot in README
Expand Down

0 comments on commit 33f029b

Please sign in to comment.