Skip to content

Commit bd9a49b

Browse files
authored
Merge pull request #250 from phil-davis/prepare-6.0.3
prepare release 6.0.3
2 parents b4b5791 + f6f1083 commit bd9a49b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Diff for: CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
ChangeLog
22
=========
33

4+
6.0.3 (2024-09-06)
5+
------------------
6+
7+
* #228 Remove redundant PHP doc to make cs-fixer pass ( @phil-davis )
8+
* #236 adjust for php-cs-fixer 3.54.0 ( @phil-davis )
9+
* #249 add PHP 8.3 and 8.4 to CI of 6.0 branch ( @phil-davis )
10+
411
6.0.2 (2023-08-17)
512
------------------
613

@@ -19,6 +26,26 @@ ChangeLog
1926
* #192 Set min PHP to 7.4 and add type declarations (@phil-davis)
2027
* #194 Adjust type declarations a little bit (@phil-davis)
2128

29+
5.1.12 (2024-08-27)
30+
------------------
31+
32+
* #243 add cs-fixer v3 (@phil-davis)
33+
34+
5.1.11 (2024-07-26)
35+
------------------
36+
37+
* #241 PHP 8.4 compliance (@phil-davis)
38+
39+
5.1.10 (2023-08-18)
40+
------------------
41+
42+
* #225 Enhance tests/bootstrap.php to find autoloader in more environments (@phil-davis)
43+
44+
5.1.9 (2023-08-17)
45+
------------------
46+
47+
* #223 skip testParseMimeTypeOnInvalidMimeType (@phil-davis)
48+
2249
5.1.8 (2023-08-17)
2350
------------------
2451

Diff for: lib/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
public const VERSION = '6.0.2';
19+
public const VERSION = '6.0.3';
2020
}

0 commit comments

Comments
 (0)