Skip to content

Commit 772a954

Browse files
committed
New version - 1.3.0
1 parent 2aee0ad commit 772a954

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
[Unreleased]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.0...HEAD
10+
11+
## [1.3.0] - 2021-04-07
12+
913
### Added
1014

1115
- Allow for multi-part file extensions to be passed using -e (like `-e php,php.dist`) from [@jrfnl](https://github.com/jrfnl).
@@ -36,7 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3640
- GH Actions: run the tests against all supported PHP versions [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
3741
- GH Actions: report CS violations in the PR [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
3842

39-
[Unreleased]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.2.0...HEAD
43+
[1.3.0]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.2.0...v1.3.0
4044

4145
## [1.2.0] - 2020-04-04
4246

src/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Application
66
{
7-
const VERSION = '1.2.0';
7+
const VERSION = '1.3.0';
88

99
// Return codes
1010
const SUCCESS = 0,

0 commit comments

Comments
 (0)