Skip to content

Commit 70ab03d

Browse files
committed
v1.2.0 (2023-09-05)
Features * added to run PHPStan in GitHub Action flow. * Until now, dependency information was obtained from class fields and method signatures, but now the dependency information is also obtained from within the method code.
1 parent e3b7b7a commit 70ab03d

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,5 +1,7 @@
11
# CHANGELOG
22

3+
## v1.2.0 (2023-09-05)
4+
35
### Features
46

57
* added to run PHPStan in GitHub Action flow.

src/Main.php

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

1515
class Main
1616
{
17-
const VERSION = 'v1.1.1';
17+
const VERSION = 'v1.2.0';
1818

1919
public function __construct(string $directory, Options $options)
2020
{

0 commit comments

Comments
 (0)