Skip to content

Commit

Permalink
Release version 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Nov 2, 2024
1 parent b9ee0e1 commit 64ad64d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [v4.0.3] - 2024-09-27
## [v4.0.5] - 2024-11-06

### Added

- Further PHP preset expansion.

## [v4.0.4] - 2024-09-27

### Added

Expand Down Expand Up @@ -282,7 +288,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.4...HEAD
[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.0.5...HEAD
[v4.0.5]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.0.4...v4.0.5
[v4.0.4]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.0.3...v4.0.4
[v4.0.3]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.0.2...v4.0.3
[v4.0.2]: https://github.com/raphaelstolt/lean-package-validator/compare/v4.0.1...v4.0.2
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.4');
\define('VERSION', '4.0.5');

use Stolt\LeanPackage\Commands\InitCommand;
use Stolt\LeanPackage\Commands\ValidateCommand;
Expand Down

0 comments on commit 64ad64d

Please sign in to comment.