Skip to content

Commit fdc37eb

Browse files
committed
Release 4.3.2
1 parent 889d35c commit fdc37eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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', '4.3.1');
25+
\define('VERSION', '4.3.2');
2626

2727
use Stolt\LeanPackage\Commands\InitCommand;
2828
use Stolt\LeanPackage\Commands\TreeCommand;

0 commit comments

Comments
 (0)