diff --git a/.changes/9.1.2.md b/.changes/9.1.2.md new file mode 100644 index 00000000..7a0a89d1 --- /dev/null +++ b/.changes/9.1.2.md @@ -0,0 +1,10 @@ + +## 9.1.2 - 2024-02-06 + +### Fixed + +- [#202](https://github.com/overtrue/phplint/issues/202) : composer config vendor-dir is ignored +- [#203](https://github.com/overtrue/phplint/issues/203) : Uncaught Error: Failed opening required "phar:///usr/local/bin/phplint/config/bootstrap.php" +- [#204](https://github.com/overtrue/phplint/issues/204) : PHPLint 9.1.1 is unable to interpret correctly command arguments/options + +**Full Changelog**: [9.1.1...9.1.2](https://github.com/overtrue/phplint/compare/9.1.1...9.1.2) diff --git a/.changes/unreleased/Fixed-20240206-074917.yaml b/.changes/unreleased/Fixed-20240206-074917.yaml deleted file mode 100644 index a71fd401..00000000 --- a/.changes/unreleased/Fixed-20240206-074917.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: '[#203](https://github.com/overtrue/phplint/issues/203) : Uncaught Error: Failed - opening required "phar:///usr/local/bin/phplint/config/bootstrap.php"' -time: 2024-02-06T07:49:17.431082697Z diff --git a/.changes/unreleased/Fixed-20240206-082414.yaml b/.changes/unreleased/Fixed-20240206-082414.yaml deleted file mode 100644 index 58d70832..00000000 --- a/.changes/unreleased/Fixed-20240206-082414.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: '[#204](https://github.com/overtrue/phplint/issues/204) : PHPLint 9.1.1 is unable - to interpret correctly command arguments/options' -time: 2024-02-06T08:24:14.292622556Z diff --git a/.changes/unreleased/Fixed-20240206-091917.yaml b/.changes/unreleased/Fixed-20240206-091917.yaml deleted file mode 100644 index 605f89c9..00000000 --- a/.changes/unreleased/Fixed-20240206-091917.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: '[#202](https://github.com/overtrue/phplint/issues/202) : composer config vendor-dir - is ignored' -time: 2024-02-06T09:19:17.199971457Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 098e81df..92653239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 9.1.2 - 2024-02-06 + +### Fixed + +- [#202](https://github.com/overtrue/phplint/issues/202) : composer config vendor-dir is ignored +- [#203](https://github.com/overtrue/phplint/issues/203) : Uncaught Error: Failed opening required "phar:///usr/local/bin/phplint/config/bootstrap.php" +- [#204](https://github.com/overtrue/phplint/issues/204) : PHPLint 9.1.1 is unable to interpret correctly command arguments/options + +**Full Changelog**: [9.1.1...9.1.2](https://github.com/overtrue/phplint/compare/9.1.1...9.1.2) + ## 9.1.1 - 2024-02-05 ### Fixed @@ -14,7 +24,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie). - [#200](https://github.com/overtrue/phplint/issues/200) : Unable to create file `/github/home/.composer/config.json` in GitHub Action - [#201](https://github.com/overtrue/phplint/issues/201) : GitHub Action build docker on fly with wrong version -**Full Changelog**: [9.1.0...9.1.1](https://github.com/overtrue/phplint/compare/9.0.6...9.0.7) +**Full Changelog**: [9.1.0...9.1.1](https://github.com/overtrue/phplint/compare/9.1.0...9.1.1) ## 9.1.0 - 2023-12-17