From 584063a687abca041551e0b14c47fe9fc574b193 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Fri, 11 Oct 2024 07:13:25 +0000 Subject: [PATCH] prepare bugfix release 9.5.3 --- .changes/9.5.3.md | 8 ++++++++ CHANGELOG.md | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 .changes/9.5.3.md diff --git a/.changes/9.5.3.md b/.changes/9.5.3.md new file mode 100644 index 00000000..c8d0a134 --- /dev/null +++ b/.changes/9.5.3.md @@ -0,0 +1,8 @@ + +## 9.5.3 - 2024-10-11 + +### Fixed + +- [#214](https://github.com/overtrue/phplint/issues/214) : junit invalid xml + +**Full Changelog**: [9.5.2...9.5.3](https://github.com/overtrue/phplint/compare/9.5.2...9.5.3) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca64f225..f8c6edeb 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.5.3 - 2024-10-11 + +### Fixed + +- [#214](https://github.com/overtrue/phplint/issues/214) : junit invalid xml + +**Full Changelog**: [9.5.2...9.5.3](https://github.com/overtrue/phplint/compare/9.5.2...9.5.3) + ## 9.5.2 - 2024-10-08 Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)