Skip to content

Commit 70525d5

Browse files
authored
Merge pull request #137 from phil-davis/prepare-6.0.1
prepare release 6.0.1
2 parents 6728d0f + cc31789 commit 70525d5

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,36 @@
11
ChangeLog
22
=========
33

4+
6.0.1 (2024-09-06)
5+
------------------
6+
* #105 Adjust code for things reported by phpstan ( @phil-davis )
7+
* #109 Apply latest cs-fixer changes ( @phil-davis )
8+
* #113 Increase phpstan level to 9 ( @phil-davis )
9+
* #116 Change array<int...> to list<...> in PHP doc ( @phil-davis )
10+
* #120 use php-cs-fixer 3.49 ( @phil-davis )
11+
412
6.0.0 (2022-08-29)
513
------------------
614

715
* #96 Minor fixes to examples, tests and comments (@phil-davis)
816
* #97 PHP min version 7.4 (@phil-davis)
917

18+
5.1.7 (2024-08-27)
19+
------------------
20+
21+
* #132 allow php-cs-fixer major version 3 (@phil-davis)
22+
23+
5.1.6 (2024-07-26)
24+
------------------
25+
26+
* #128 Explicitly mark nullable parameter (@cedric-anne)
27+
28+
5.1.5 (2024-07-25)
29+
------------------
30+
31+
* #125 PHPdoc, CI and test changes to bring 5.1 up to PHP 8.3 (@phil-davis)
32+
* #126 PHP 8.4 compliance (@phil-davis)
33+
1034
5.1.4 (2021-11-04)
1135
------------------
1236

lib/Version.php

Lines changed: 1 addition & 1 deletion
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.0';
19+
public const VERSION = '6.0.1';
2020
}

0 commit comments

Comments
 (0)