Skip to content

Commit

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

PHAR style:
```
$ php ec-1.5.2.phar [options] [--] [<names>...]
$ php ec-1.8.0.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.7.4",
"version": "1.8.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.

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

## Versions

### 1.8.0

- [TASK] Refactor type hints and method access modifiers
- [TASK] Refactor validate method of rules (#21)
- [BUGFIX] Do not detect "image/svg" as binary file
- **[FEATURE] Detect and output warning when files being staged in Git are physically missing**
- [BUGFIX] Do not throw exception when git repo contains file paths with special chars (#22)
- [TASK] Update dependencies

### 1.7.4

- [BUGFIX] Do not detect trailing whitespaces in empty files
Expand Down

0 comments on commit 4809795

Please sign in to comment.