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
10
10
## [ v4.3.2] - 2025-02-10
11
11
12
12
### 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.
14
14
15
15
## [ v4.3.1] - 2025-02-07
16
16
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.3.1 ' );
25
+ \define ('VERSION ' , '4.3.2 ' );
26
26
27
27
use Stolt \LeanPackage \Commands \InitCommand ;
28
28
use Stolt \LeanPackage \Commands \TreeCommand ;
You can’t perform that action at this time.
0 commit comments