File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1010## [ v4.3.2] - 2025-02-10
1111
1212### Added
13- - The tree command with the ` --src ` option now exludes files from ` .gitignore ` and the ` .git ` directory.
13+ - The tree command with the ` --src ` option now excludes files from ` .gitignore ` and the ` .git ` directory.
1414
1515## [ v4.3.1] - 2025-02-07
1616
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 ' , '4.3.1 ' );
25+ \define ('VERSION ' , '4.3.2 ' );
2626
2727use Stolt \LeanPackage \Commands \InitCommand ;
2828use Stolt \LeanPackage \Commands \TreeCommand ;
You can’t perform that action at this time.
0 commit comments