We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93f48b commit 352e6f9Copy full SHA for 352e6f9
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
+## v1.6.0 (2025-09-30)
4
+
5
### Features
6
7
* doc: add Extension Visual Studio Code.
src/Main.php
@@ -13,7 +13,7 @@
13
14
final class Main
15
{
16
- public const VERSION = 'v1.5.3';
+ public const VERSION = 'v1.6.0';
17
18
public function __construct(
19
private string $directory,
0 commit comments