Skip to content

Commit 6bc5210

Browse files
committed
Release 5.2.4
1 parent 0584deb commit 6bc5210

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77

88
## [Unreleased]
99

10+
## [v5.2.4] - 2026-01-12
11+
12+
### Fixed
13+
- Non-standard (boolean) cast is deprecated in PHP 8.5, (bool) is used instead.
14+
1015
## [v5.2.3] - 2025-11-03
1116

1217
### Added
@@ -444,7 +449,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
444449

445450
- Initial release.
446451

447-
[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v5.2.3...HEAD
452+
[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v5.2.4...HEAD
453+
[v5.2.4]: https://github.com/raphaelstolt/lean-package-validator/compare/v5.2.3...v5.2.4
448454
[v5.2.3]: https://github.com/raphaelstolt/lean-package-validator/compare/v5.2.2...v5.2.3
449455
[v5.2.2]: https://github.com/raphaelstolt/lean-package-validator/compare/v5.2.1...v5.2.2
450456
[v5.2.1]: https://github.com/raphaelstolt/lean-package-validator/compare/v5.2.0...v5.2.1

bin/lean-package-validator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (false === $autoloaded) {
2222
}
2323

2424
\define('WORKING_DIRECTORY', \getcwd());
25-
\define('VERSION', '5.2.3');
25+
\define('VERSION', '5.2.4');
2626

2727
use Stolt\LeanPackage\Commands\CreateCommand;
2828
use Stolt\LeanPackage\Commands\InitCommand;

0 commit comments

Comments
 (0)