Skip to content

Commit 721035a

Browse files
committed
v1.4.0
1 parent 37ea1a9 commit 721035a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# CHANGELOG
22

3+
## v1.4.0 (2024-09-15)
34

45
* rename directory doc to docs.
56
* Tests refactoring #75 by @pmaasz
67
* remove --php5 --php7 --php8 options #78
8+
* Update php-parser version to v5
79

810
## v1.3.1 (2024-07-05)
911

src/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
final class Main
1515
{
16-
public const VERSION = 'v1.3.1';
16+
public const VERSION = 'v1.4.0';
1717

1818
public function __construct(
1919
private string $directory,

0 commit comments

Comments
 (0)