File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v4.2.0] - 2025-02-06
11
+
10
12
### Added
11
13
12
14
- Option to sort ignored artifacts from directories to files. Closes [ #30 ] ( https://github.com/raphaelstolt/lean-package-validator/issues/30 ) .
@@ -305,7 +307,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
305
307
306
308
- Initial release.
307
309
308
- [ Unreleased ] : https://github.com/raphaelstolt/lean-package-validator/compare/v4.1.1...HEAD
310
+ [ Unreleased ] : https://github.com/raphaelstolt/lean-package-validator/compare/v4.2.0...HEAD
311
+ [ v4.2.0 ] : https://github.com/raphaelstolt/lean-package-validator/compare/v4.1.1...v4.2.0
309
312
[ v4.1.1 ] : https://github.com/raphaelstolt/lean-package-validator/compare/v4.1.0...v4.1.1
310
313
[ v4.1.0 ] : https://github.com/raphaelstolt/lean-package-validator/compare/v4.0.5...v4.1.0
311
314
[ v4.0.5 ] : https://github.com/raphaelstolt/lean-package-validator/compare/v4.0.4...v4.0.5
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if (false === $autoloaded) {
22
22
}
23
23
24
24
\define ('WORKING_DIRECTORY ' , \getcwd ());
25
- \define ('VERSION ' , '4.1.1 ' );
25
+ \define ('VERSION ' , '4.2.0 ' );
26
26
27
27
use Stolt \LeanPackage \Commands \InitCommand ;
28
28
use Stolt \LeanPackage \Commands \ValidateCommand ;
You can’t perform that action at this time.
0 commit comments