Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release 3.0.2 #123

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
ChangeLog
=========

3.0.2 (2024-09-04)
------------------

* #98: Update readme and test (@phil-davis)
* #100: Update CI and test things (@phil-davis)
* #101: Create dependabot.yml (@DeepDiver1975)
* #102: Bump actions/checkout from 3 to 4 (@DeepDiver1975)
* #103: Change array<int...> to list<...> in PHP doc (@phil-davis)
* #104: Add PHP 8.3 to CI (@phil-davis)
* #105: add convertDeprecationsToExceptions option to unit test settings (@phil-davis)
* and other CI and analysis/test tool changes

3.0.1 (2023-06-09)
------------------

Expand All @@ -14,6 +26,14 @@ ChangeLog

* #82: Add empty host and leading slash to Windows file paths (@peterpostmann @phil-davis)

2.3.4 (2024-08-27)
------------------

* #111: apply cs-fixer 3.54.0 changes to v2 branch (@phil-davis)
* #115: Add PHP 8.3 to CI for v2 branch (@phil-davis)
* #116: Add PHP 8.4 to CI for v2 branch (@phil-davis)
* #117: check for nullable_type_declaration (@phil-davis)

2.3.3 (2023-06-09)
------------------

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 = '3.0.1';
public const VERSION = '3.0.2';
}