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 6ad67c4 commit 2d6a775Copy full SHA for 2d6a775
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v1.5.1 (2024-12-11)
4
+
5
+### Bug fix
6
7
+ * fix: allow paths with hyphens #91 (@jose-ba)
8
9
## v1.5.0 (2024-12-07)
10
11
### Features
src/Main.php
@@ -13,7 +13,7 @@
13
14
final class Main
15
{
16
- public const VERSION = 'v1.5.0';
+ public const VERSION = 'v1.5.1';
17
18
public function __construct(
19
private string $directory,
0 commit comments