From 8476c4be58f39ba94b239cb9344286646ba651bf Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Mon, 6 May 2024 18:05:43 +0200 Subject: [PATCH] Release version 4.0.1 --- CHANGELOG.md | 9 ++++++++- bin/lean-package-validator | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0184928..b9b9e28 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [v4.0.1] - 2024-05-07 + +### Added + +- Further PHP preset expansion. + ## [v4.0.0] - 2024-04-26 ### Fixed @@ -250,7 +256,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Initial release. -[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.0.0...HEAD +[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.0.1...HEAD +[v4.0.1]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.0.0...v4.0.1 [v4.0.0]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.3.2...v4.0.0 [v3.3.2]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.3.1...v3.3.2 [v3.3.1]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.3.0...v3.3.1 diff --git a/bin/lean-package-validator b/bin/lean-package-validator index 2e5e528..68d4392 100755 --- a/bin/lean-package-validator +++ b/bin/lean-package-validator @@ -22,7 +22,7 @@ if (false === $autoloaded) { } \define('WORKING_DIRECTORY', \getcwd()); -\define('VERSION', '4.0.0'); +\define('VERSION', '4.0.1'); use Stolt\LeanPackage\Commands\InitCommand; use Stolt\LeanPackage\Commands\ValidateCommand;