Skip to content

Commit 2d6a775

Browse files
committed
v1.5.1
1 parent 6ad67c4 commit 2d6a775

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v1.5.1 (2024-12-11)
4+
5+
### Bug fix
6+
7+
* fix: allow paths with hyphens #91 (@jose-ba)
8+
39
## v1.5.0 (2024-12-07)
410

511
### Features

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

1818
public function __construct(
1919
private string $directory,

0 commit comments

Comments
 (0)