Skip to content

Commit

Permalink
Merge pull request #94 from phil-davis/prepare-3.0.1
Browse files Browse the repository at this point in the history
Prepare 3.0.1
  • Loading branch information
phil-davis authored Jun 9, 2023
2 parents 3b1d3f8 + 8fdc138 commit 383881e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
ChangeLog
=========

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

* #89: Call static assert functions with self:: (tests only) (@phil-davis)
* #90: Implement phpstan strict rules and fix edge cases for paths that have "0" (@phil-davis)
* #91: Use newer GitHub workflow action versions (CI only) (@phil-davis)
* #93: Minor cs-fixer change (@phil-davis)

3.0.0 (2022-09-26)
------------------

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

0 comments on commit 383881e

Please sign in to comment.