Skip to content

Commit ec9d51e

Browse files
committed
v1.1.0 (2023-04-24)
Features * Corresponds to the method of defining field variables with constructor arguments introduced in php8.
1 parent fae9d6d commit ec9d51e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## v1.1.0 (2023-04-24)
4+
5+
36
### Features
47

58
* Corresponds to the method of defining field variables with constructor arguments introduced in php8.

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.0.0';
17+
const VERSION = 'v1.1.0';
1818

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

0 commit comments

Comments
 (0)