File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.7.1] - 2026-04-30
11+
12+ ### Fixed
13+ - Update symfony/* version constraints. Closes [ #66 ] ( https://github.com/raphaelstolt/lean-package-validator/issues/66 ) .
14+
1015## [ v5.7.0] - 2026-04-30
1116
1217### Added
@@ -502,7 +507,9 @@ Closes [#63](https://github.com/raphaelstolt/lean-package-validator/issues/63).
502507
503508- Initial release.
504509
505- [ Unreleased ] : https://github.com/raphaelstolt/lean-package-validator/compare/v5.7.0...HEAD
510+ [ Unreleased ] : https://github.com/raphaelstolt/lean-package-validator/compare/v5.7.1...HEAD
511+
512+ [ v5.7.1 ] : https://github.com/raphaelstolt/lean-package-validator/compare/v5.7.0...v5.7.1
506513[ v5.7.0 ] : https://github.com/raphaelstolt/lean-package-validator/compare/v5.6.1...v5.7.0
507514[ v5.6.1 ] : https://github.com/raphaelstolt/lean-package-validator/compare/v5.6.0...v5.6.1
508515[ v5.6.0 ] : https://github.com/raphaelstolt/lean-package-validator/compare/v5.5.0...v5.6.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if (false === $autoloaded) {
2222}
2323
2424\define ('WORKING_DIRECTORY ' , \getcwd ());
25- \define ('VERSION ' , '5.7.0 ' );
25+ \define ('VERSION ' , '5.7.1 ' );
2626
2727use Stolt \Console \Commands \ListSkillsCommand ;
2828use Stolt \LeanPackage \Commands \CreateCommand ;
You can’t perform that action at this time.
0 commit comments