Skip to content

Commit 0832c92

Browse files
committed
v1.2.6 (2024-05-29)
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
1 parent 0c3f9b9 commit 0832c92

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v1.2.6 (2024-05-29)
4+
5+
### Features
6+
7+
* add Github Actions support. #64
8+
39
### Bug fix
410

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

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

src/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
final class Main
1616
{
17-
const VERSION = 'v1.2.5';
17+
const VERSION = 'v1.2.6';
1818

1919
public function __construct(string $directory, Options $options)
2020
{

0 commit comments

Comments
 (0)