From 480979526648deae22f01e723083ebf71608e976 Mon Sep 17 00:00:00 2001 From: Armin Vieweg Date: Sun, 3 Dec 2023 13:05:51 +0100 Subject: [PATCH] [RELEASE] Version 1.8.0 --- README.md | 2 +- composer.json | 2 +- composer.lock | 2 +- docs/Versions.md | 9 +++++++++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79dff5d..9cf552c 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ $ vendor/bin/ec [options] [--] [...] PHAR style: ``` -$ php ec-1.5.2.phar [options] [--] [...] +$ php ec-1.8.0.phar [options] [--] [...] ``` ### Scanning diff --git a/composer.json b/composer.json index 76d84a8..b308be5 100644 --- a/composer.json +++ b/composer.json @@ -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": [ { diff --git a/composer.lock b/composer.lock index eb51733..a0bba8f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7f1e13ad6ce5331ccd468ccad053f634", + "content-hash": "5a68da3db6d6727dbb186c4c9d5bb0f0", "packages": [ { "name": "idiosyncratic/editorconfig", diff --git a/docs/Versions.md b/docs/Versions.md index 9d6046b..b1f58e9 100644 --- a/docs/Versions.md +++ b/docs/Versions.md @@ -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