From 33f029b47bc8eb60dfa0c68a55de3f065a01e273 Mon Sep 17 00:00:00 2001 From: Armin Vieweg Date: Fri, 19 Jul 2024 16:33:46 +0200 Subject: [PATCH] [RELEASE] Version 2.0.1 --- composer.json | 2 +- composer.lock | 2 +- docs/Versions.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 429a479..9a0514a 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": "2.0.0", + "version": "2.0.1", "license": "MIT", "authors": [ { diff --git a/composer.lock b/composer.lock index d67677f..c063a09 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": "b4a9940ea38d082277bb81392cdd3d96", + "content-hash": "195ead850f2dc9db7793b4ce336c76f6", "packages": [ { "name": "idiosyncratic/editorconfig", diff --git a/docs/Versions.md b/docs/Versions.md index 9a3a447..0031a68 100644 --- a/docs/Versions.md +++ b/docs/Versions.md @@ -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