File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
=========
3
3
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
+
4
11
6.0.2 (2023-08-17)
5
12
------------------
6
13
@@ -19,6 +26,26 @@ ChangeLog
19
26
* #192 Set min PHP to 7.4 and add type declarations (@phil-davis )
20
27
* #194 Adjust type declarations a little bit (@phil-davis )
21
28
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
+
22
49
5.1.8 (2023-08-17)
23
50
------------------
24
51
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ class Version
16
16
/**
17
17
* Full version number.
18
18
*/
19
- public const VERSION = '6.0.2 ' ;
19
+ public const VERSION = '6.0.3 ' ;
20
20
}
You can’t perform that action at this time.
0 commit comments