Skip to content

Commit

Permalink
v1.2.5 (2024-01-17)
Browse files Browse the repository at this point in the history
Features

 * support non-empty-array<Product>. If `non-empty-array` is specified, change the dependency arrow caption from `*` to `1..*` #55
  • Loading branch information
smeghead committed Jan 17, 2024
1 parent ea44fc3 commit c546727
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## v1.2.5 (2024-01-17)

### Features

* support non-empty-array<Product>. If `non-empty-array` is specified, change the dependency arrow caption from `*` to `1..*` #55
Expand Down
2 changes: 1 addition & 1 deletion src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

final class Main
{
const VERSION = 'v1.2.4';
const VERSION = 'v1.2.5';

public function __construct(string $directory, Options $options)
{
Expand Down

0 comments on commit c546727

Please sign in to comment.