Skip to content

Commit

Permalink
Release version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Nov 8, 2023
1 parent b1650b7 commit a2b0141
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [v3.2.0] - 2023-11-08

### Added

- New `--preset` option. Closes [#43](https://github.com/raphaelstolt/lean-package-validator/issues/43).
Expand Down Expand Up @@ -225,7 +227,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Initial release.

[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.1.1...HEAD
[Unreleased]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.2.0...HEAD
[v3.2.0]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.1.1...v3.2.0
[v3.1.1]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.1.0...v3.1.1
[v3.1.0]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.0.1...v3.1.0
[v3.0.1]: https://github.com/raphaelstolt/lean-package-validator/compare/v3.0.0...v3.0.1
Expand Down
2 changes: 1 addition & 1 deletion bin/lean-package-validator
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (false === $autoloaded) {
}

\define('WORKING_DIRECTORY', \getcwd());
\define('VERSION', '3.1.1');
\define('VERSION', '3.2.0');

use Stolt\LeanPackage\Commands\InitCommand;
use Stolt\LeanPackage\Commands\ValidateCommand;
Expand Down

0 comments on commit a2b0141

Please sign in to comment.