From bb849f012fa44839f5ba4a079dda6d2ef29d6fce Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 11 Oct 2024 07:44:07 +0000 Subject: [PATCH] prepare bugfix release 9.4.2 --- .changes/9.4.2.md | 8 ++++++++ CHANGELOG.md | 8 ++++++++ src/Console/Application.php | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .changes/9.4.2.md diff --git a/.changes/9.4.2.md b/.changes/9.4.2.md new file mode 100644 index 00000000..a8957987 --- /dev/null +++ b/.changes/9.4.2.md @@ -0,0 +1,8 @@ + +## 9.4.2 - 2024-10-11 + +### Fixed + +- [#214](https://github.com/overtrue/phplint/issues/214) : junit invalid xml + +**Full Changelog**: [9.4.1...9.4.2](https://github.com/overtrue/phplint/compare/9.4.1...9.4.2) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb84b62a..10d93c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.2 - 2024-10-11 + +### Fixed + +- [#214](https://github.com/overtrue/phplint/issues/214) : junit invalid xml + +**Full Changelog**: [9.4.1...9.4.2](https://github.com/overtrue/phplint/compare/9.4.1...9.4.2) + ## 9.4.1 - 2024-07-05 > [!NOTE] diff --git a/src/Console/Application.php b/src/Console/Application.php index 6e64b5d4..8703c9fe 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.1'; + public const VERSION = '9.4.2'; public function __construct() {