Skip to content

Commit 35b81a8

Browse files
committed
Release 5.7.1
1 parent 4f00d2d commit 35b81a8

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 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.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

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.7.0');
25+
\define('VERSION', '5.7.1');
2626

2727
use Stolt\Console\Commands\ListSkillsCommand;
2828
use Stolt\LeanPackage\Commands\CreateCommand;

0 commit comments

Comments
 (0)