From 77a5b8d97f1d26caed6483261e2ea891a077526c Mon Sep 17 00:00:00 2001 From: Roberto Butti Date: Sat, 18 Nov 2023 08:39:30 +0100 Subject: [PATCH] v 0.4.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f107d..6b96688 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.4.1 - 2023-11-18 +- Testing with PHP 8.3 +- Adding title helper in the TermOutput +- Adding RectorPHP in the code quality tools + ## 0.4.0 - 2023-02-04 - Support for Laravel 10 - Add requirements check for Laravel 10 @@ -8,7 +13,7 @@ - Using PestPHP for testing - Removing Makefile and using composer scripts to launching code quality tools - migrating tests from PHPUnit to PestPHP, thanks to @dansysanalyst -- Fix skip-database option, now with works with all "show" options. Before the fix it worked only with "show all" option. +- Fix skip-database option, now with works with all "show" options. Before the fix it worked only with "show all" option. ## 0.3.1- 2022-07-17 - Fine tuning dependencies for PHP 8.1, and Symfony / Doctrine packages