Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 5 additions & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /