Skip to content

Commit 352e6f9

Browse files
committed
v1.6.0
1 parent b93f48b commit 352e6f9

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.6.0 (2025-09-30)
4+
35
### Features
46

57
* doc: add Extension Visual Studio Code.

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.5.3';
16+
public const VERSION = 'v1.6.0';
1717

1818
public function __construct(
1919
private string $directory,

0 commit comments

Comments
 (0)