Skip to content

Commit

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

## [Unreleased]

## [v3.0.1] - 2023-09-26
### Removed
- Removed support for PHP `7.4`.
### Added
- Header in generated or modified `.gitattributes` file.

## [v3.0.0] - 2022-04-28
### Removed
- Removed support for PHP `7.3` and `7.2`.
Expand Down Expand Up @@ -130,7 +136,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## v1.0.0 - 2016-09-04
- Initial release.

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

define('WORKING_DIRECTORY', getcwd());
define('VERSION', '3.0.0');
define('VERSION', '3.0.1');

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

0 comments on commit 6074730

Please sign in to comment.