From cec4a0dbb9d00077dafa2f0cd89f4ca532814276 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 5 Jul 2024 14:16:33 +0000 Subject: [PATCH] prepare bugfix release 9.4.1 --- .changes/9.4.1.md | 12 ++++++++++++ CHANGELOG.md | 12 ++++++++++++ src/Console/Application.php | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .changes/9.4.1.md diff --git a/.changes/9.4.1.md b/.changes/9.4.1.md new file mode 100644 index 00000000..0cc66118 --- /dev/null +++ b/.changes/9.4.1.md @@ -0,0 +1,12 @@ + +## 9.4.1 - 2024-07-05 + +> [!NOTE] +> +> This bugfix version is only for the PHAR distribution. + +### Fixed + +- [#210](https://github.com/overtrue/phplint/issues/210) : PHAR manifest is broken + +**Full Changelog**: [9.4.0...9.4.1](https://github.com/overtrue/phplint/compare/9.4.0...9.4.1) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4869ceeb..fb84b62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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.4.1 - 2024-07-05 + +> [!NOTE] +> +> This bugfix version is only for the PHAR distribution. + +### Fixed + +- [#210](https://github.com/overtrue/phplint/issues/210) : PHAR manifest is broken + +**Full Changelog**: [9.4.0...9.4.1](https://github.com/overtrue/phplint/compare/9.4.0...9.4.1) + ## 9.4.0 - 2024-07-05 ### Added diff --git a/src/Console/Application.php b/src/Console/Application.php index 179ebe6d..6e64b5d4 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -36,7 +36,7 @@ final class Application extends BaseApplication { public const NAME = 'phplint'; - public const VERSION = '9.4.0'; + public const VERSION = '9.4.1'; public function __construct() {