Skip to content

Commit

Permalink
Release version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed May 6, 2024
1 parent 90f2f1a commit 8476c4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/lean-package-validator
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8476c4b

Please sign in to comment.