Skip to content

Commit

Permalink
v1.2.6 (2024-05-29)
Browse files Browse the repository at this point in the history
Features

 * add Github Actions support. #64

Bug fix

 * fix php-vendor-credits version in require.(composer.json)

Documentation

 * cleanup directory. moved image files.
 * add CREDITS file. use `smeghead/php-vendor-credits`
 * update descriptions in README.
 * fix typos #62 by @koriym
  • Loading branch information
smeghead committed May 29, 2024
1 parent 0c3f9b9 commit 0832c92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.2.6 (2024-05-29)

### Features

* add Github Actions support. #64

### Bug fix

* fix php-vendor-credits version in require.(composer.json)
Expand All @@ -9,6 +15,7 @@
* cleanup directory. moved image files.
* add CREDITS file. use `smeghead/php-vendor-credits`
* update descriptions in README.
* fix typos #62 by @koriym

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

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.5';
const VERSION = 'v1.2.6';

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

0 comments on commit 0832c92

Please sign in to comment.