From c074e6a944ead268ad1fbecfef67e978c99ddc09 Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Sun, 8 Dec 2024 05:45:05 +0000 Subject: [PATCH] prepare maintenance release 9.5.5 --- .changes/9.5.5.md | 8 ++++++ .../unreleased/Changed-20241207-090052.yaml | 3 -- CHANGELOG.md | 28 ++++++++++++------- 3 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 .changes/9.5.5.md delete mode 100644 .changes/unreleased/Changed-20241207-090052.yaml diff --git a/.changes/9.5.5.md b/.changes/9.5.5.md new file mode 100644 index 00000000..3a488a97 --- /dev/null +++ b/.changes/9.5.5.md @@ -0,0 +1,8 @@ + +## 9.5.5 - 2024-12-08 + +### Changed + +- upgrade SARIF output to support [PhpLintConverter](https://llaville.github.io/sarif-php-converters/1.0/converter/phplint/) of `bartlett/sarif-php-converters` package + +**Full Changelog**: [9.5.4...9.5.5](https://github.com/overtrue/phplint/compare/9.5.4...9.5.5) diff --git a/.changes/unreleased/Changed-20241207-090052.yaml b/.changes/unreleased/Changed-20241207-090052.yaml deleted file mode 100644 index 60e57416..00000000 --- a/.changes/unreleased/Changed-20241207-090052.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: upgrade SARIF output to support [PhpLintConverter](https://llaville.github.io/sarif-php-converters/1.0/converter/phplint/) of bartlett/sarif-php-converters package -time: 2024-12-07T09:00:52.188093881Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1dbc55..37d10851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,19 +7,27 @@ 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.5 - 2024-12-08 + +### Changed + +- upgrade SARIF output to support [PhpLintConverter](https://llaville.github.io/sarif-php-converters/1.0/converter/phplint/) of `bartlett/sarif-php-converters` package + +**Full Changelog**: [9.5.4...9.5.5](https://github.com/overtrue/phplint/compare/9.5.4...9.5.5) + ## 9.5.4 - 2024-11-01 > [!WARNING] -> +> > Only versions 9.5.x or greater are now actively supported. -> +> > Versions `9.1`, `9.2`, `9.3`, and `9.4` won't receive any updates as they reach end-of-life. ### Changed Drop PHPUnit 10 support and upgrade to PHPUnit 11 -- [#216](https://github.com/overtrue/phplint/issues/216) : PHPUnit 11 support +- [#216](https://github.com/overtrue/phplint/issues/216) : PHPUnit 11 support ### Fixed @@ -37,13 +45,13 @@ Drop PHPUnit 10 support and upgrade to PHPUnit 11 ## 9.5.2 - 2024-10-08 -Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1) +Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1) **Full Changelog**: [9.5.0...9.5.2](https://github.com/overtrue/phplint/compare/9.5.0...9.5.2) ## 9.5.1 - 2024-10-08 -Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1) +Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1) **Full Changelog**: [9.5.0...9.5.1](https://github.com/overtrue/phplint/compare/9.5.0...9.5.1) @@ -63,10 +71,10 @@ Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1) ## 9.4.1 - 2024-07-05 > [!NOTE] -> +> > This bugfix version is only for the PHAR distribution. -### Fixed +### Fixed - [#210](https://github.com/overtrue/phplint/issues/210) : PHAR manifest is broken @@ -91,11 +99,11 @@ Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1) ### Removed - legacy `log-*` and `sarif-converter` options -- useless help column in configuration table when verbose mode is active +- useless help column in configuration table when verbose mode is active -### Fixed +### Fixed -- shortcut of `progress` option is now detected on `phplint` binary launcher. +- shortcut of `progress` option is now detected on `phplint` binary launcher. **Full Changelog**: [9.3.1...9.4.0](https://github.com/overtrue/phplint/compare/9.3.1...9.4.0)