Skip to content

Commit 5263ad2

Browse files
committed
v1.2.3 (2023-12-03)
Features * update libraries. * add PHP8.3
1 parent 763c1c8 commit 5263ad2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v1.2.3 (2023-12-03)
4+
5+
### Features
6+
7+
* update libraries.
8+
* add PHP8.3
9+
310
## v1.2.2 (2023-09-10)
411

512
### Bug fix

src/Main.php

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

1515
final class Main
1616
{
17-
const VERSION = 'v1.2.2';
17+
const VERSION = 'v1.2.3';
1818

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

0 commit comments

Comments
 (0)