Skip to content

Commit c074e6a

Browse files
committed
prepare maintenance release 9.5.5
1 parent 7631fac commit c074e6a

File tree

3 files changed

+26
-13
lines changed

3 files changed

+26
-13
lines changed

.changes/9.5.5.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
## 9.5.5 - 2024-12-08
3+
4+
### Changed
5+
6+
- upgrade SARIF output to support [PhpLintConverter](https://llaville.github.io/sarif-php-converters/1.0/converter/phplint/) of `bartlett/sarif-php-converters` package
7+
8+
**Full Changelog**: [9.5.4...9.5.5](https://github.com/overtrue/phplint/compare/9.5.4...9.5.5)

.changes/unreleased/Changed-20241207-090052.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
88
and is generated by [Changie](https://github.com/miniscruff/changie).
99

10+
## 9.5.5 - 2024-12-08
11+
12+
### Changed
13+
14+
- upgrade SARIF output to support [PhpLintConverter](https://llaville.github.io/sarif-php-converters/1.0/converter/phplint/) of `bartlett/sarif-php-converters` package
15+
16+
**Full Changelog**: [9.5.4...9.5.5](https://github.com/overtrue/phplint/compare/9.5.4...9.5.5)
17+
1018
## 9.5.4 - 2024-11-01
1119

1220
> [!WARNING]
13-
>
21+
>
1422
> Only versions 9.5.x or greater are now actively supported.
15-
>
23+
>
1624
> Versions `9.1`, `9.2`, `9.3`, and `9.4` won't receive any updates as they reach end-of-life.
1725
1826
### Changed
1927

2028
Drop PHPUnit 10 support and upgrade to PHPUnit 11
2129

22-
- [#216](https://github.com/overtrue/phplint/issues/216) : PHPUnit 11 support
30+
- [#216](https://github.com/overtrue/phplint/issues/216) : PHPUnit 11 support
2331

2432
### Fixed
2533

@@ -37,13 +45,13 @@ Drop PHPUnit 10 support and upgrade to PHPUnit 11
3745

3846
## 9.5.2 - 2024-10-08
3947

40-
Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)
48+
Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)
4149

4250
**Full Changelog**: [9.5.0...9.5.2](https://github.com/overtrue/phplint/compare/9.5.0...9.5.2)
4351

4452
## 9.5.1 - 2024-10-08
4553

46-
Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)
54+
Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)
4755

4856
**Full Changelog**: [9.5.0...9.5.1](https://github.com/overtrue/phplint/compare/9.5.0...9.5.1)
4957

@@ -63,10 +71,10 @@ Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)
6371
## 9.4.1 - 2024-07-05
6472

6573
> [!NOTE]
66-
>
74+
>
6775
> This bugfix version is only for the PHAR distribution.
6876
69-
### Fixed
77+
### Fixed
7078

7179
- [#210](https://github.com/overtrue/phplint/issues/210) : PHAR manifest is broken
7280

@@ -91,11 +99,11 @@ Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)
9199
### Removed
92100

93101
- legacy `log-*` and `sarif-converter` options
94-
- useless help column in configuration table when verbose mode is active
102+
- useless help column in configuration table when verbose mode is active
95103

96-
### Fixed
104+
### Fixed
97105

98-
- shortcut of `progress` option is now detected on `phplint` binary launcher.
106+
- shortcut of `progress` option is now detected on `phplint` binary launcher.
99107

100108
**Full Changelog**: [9.3.1...9.4.0](https://github.com/overtrue/phplint/compare/9.3.1...9.4.0)
101109

0 commit comments

Comments
 (0)