Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smeghead committed Dec 11, 2024
1 parent 6ad67c4 commit 2d6a775
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.5.1 (2024-12-11)

### Bug fix

* fix: allow paths with hyphens #91 (@jose-ba)

## v1.5.0 (2024-12-07)

### Features
Expand Down
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

final class Main
{
public const VERSION = 'v1.5.0';
public const VERSION = 'v1.5.1';

public function __construct(
private string $directory,
Expand Down

0 comments on commit 2d6a775

Please sign in to comment.