Skip to content

Commit

Permalink
[RELEASE] Version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-m-i-n committed Dec 28, 2023
1 parent 57d91f1 commit c15a733
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $ vendor/bin/ec [options] [--] [<names>...]

PHAR style:
```
$ php ec-1.8.0.phar [options] [--] [<names>...]
$ php ec-1.8.1.phar [options] [--] [<names>...]
```

### Scanning
Expand Down
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": "1.8.0",
"version": "1.8.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.

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

## Versions

### 1.8.1

- [TASK] Add +x flag to bin/ec binary
- [DOCS] Improve README contents
- [BUGFIX] Return error code 3 when not confirming to continue (#24)
- [TASK] Update dependencies

### 1.8.0

- [TASK] Refactor type hints and method access modifiers
Expand Down

0 comments on commit c15a733

Please sign in to comment.