We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7719818 commit 889ba23Copy full SHA for 889ba23
CHANGELOG.md
@@ -7,8 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
7
8
## [Unreleased]
9
10
-
11
-## [v5.2.1] - 2025-10-17
+## [v5.2.1] - 2025-10-20
12
13
### Fixed
14
- The correct file `HEADERS` (generated|modified) are written.
bin/lean-package-validator
@@ -22,7 +22,7 @@ if (false === $autoloaded) {
22
}
23
24
\define('WORKING_DIRECTORY', \getcwd());
25
-\define('VERSION', '5.2.0');
+\define('VERSION', '5.2.1');
26
27
use Stolt\LeanPackage\Commands\CreateCommand;
28
use Stolt\LeanPackage\Commands\InitCommand;
0 commit comments