From 9b0cabaf0af41b06d0b0bc51e9045e5321e9b11a Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Mon, 5 Feb 2024 09:37:32 +0000 Subject: [PATCH] prepare bugfix release 9.0.8 --- .changes/9.0.8.md | 11 +++++++++++ CHANGELOG.md | 11 +++++++++++ src/Console/Application.php | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .changes/9.0.8.md diff --git a/.changes/9.0.8.md b/.changes/9.0.8.md new file mode 100644 index 00000000..5da7628e --- /dev/null +++ b/.changes/9.0.8.md @@ -0,0 +1,11 @@ + +## 9.0.8 - 2024-02-05 + +**IMPORTANT** Do not use version 9.0.7 (wrong fixes for Docker targets, including GitHub Actions) + +### Fixed + +- [#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.0.6...9.0.8](https://github.com/overtrue/phplint/compare/9.0.6...9.0.7) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62cfe84f..a6378613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ 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.0.8 - 2024-02-05 + +**IMPORTANT** Do not use version 9.0.7 (wrong fixes for Docker targets, including GitHub Actions) + +### Fixed + +- [#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.0.6...9.0.8](https://github.com/overtrue/phplint/compare/9.0.6...9.0.7) + ## 9.0.7 - 2024-02-05 ### Fixed diff --git a/src/Console/Application.php b/src/Console/Application.php index 13396716..41b5fd46 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -33,7 +33,7 @@ final class Application extends BaseApplication { public const NAME = 'phplint'; - public const VERSION = '9.0.7'; + public const VERSION = '9.0.8'; public function __construct() {