Skip to content

Commit

Permalink
prepare release 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Sep 6, 2024
1 parent b4b5791 commit f6f1083
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ChangeLog
=========

6.0.3 (2024-09-06)
------------------

* #228 Remove redundant PHP doc to make cs-fixer pass ( @phil-davis )
* #236 adjust for php-cs-fixer 3.54.0 ( @phil-davis )
* #249 add PHP 8.3 and 8.4 to CI of 6.0 branch ( @phil-davis )

6.0.2 (2023-08-17)
------------------

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

5.1.12 (2024-08-27)
------------------

* #243 add cs-fixer v3 (@phil-davis)

5.1.11 (2024-07-26)
------------------

* #241 PHP 8.4 compliance (@phil-davis)

5.1.10 (2023-08-18)
------------------

* #225 Enhance tests/bootstrap.php to find autoloader in more environments (@phil-davis)

5.1.9 (2023-08-17)
------------------

* #223 skip testParseMimeTypeOnInvalidMimeType (@phil-davis)

5.1.8 (2023-08-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
public const VERSION = '6.0.2';
public const VERSION = '6.0.3';
}

0 comments on commit f6f1083

Please sign in to comment.