From 0832c92c54bcf6df03559660dd5e30ce05277262 Mon Sep 17 00:00:00 2001 From: smeghead Date: Wed, 29 May 2024 21:09:44 +0900 Subject: [PATCH] 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 --- CHANGELOG.md | 7 +++++++ src/Main.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc12710..ae26ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/src/Main.php b/src/Main.php index d8dacd7..c22f4a7 100644 --- a/src/Main.php +++ b/src/Main.php @@ -14,7 +14,7 @@ final class Main { - const VERSION = 'v1.2.5'; + const VERSION = 'v1.2.6'; public function __construct(string $directory, Options $options) {