Skip to content

Commit 761f380

Browse files
committed
New version - 1.3.1
1 parent 7b09d72 commit 761f380

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,27 @@ 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.1] - 2021-08-13
12+
913
### Added
1014

1115
- Extend by the Code Climate output format [#50] from [@lukas9393].
1216

17+
### Fixed
18+
19+
- PHP 8.1: silence the deprecation notices about missing return types [#64] from [@jrfnl].
20+
1321
### Internal
1422

1523
- Reformat changelog to use reflinks in changelog entries [#58] from [@glensc].
1624

17-
[Unreleased]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.0...HEAD
25+
[1.3.1]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.3.0...1.3.1
1826

1927
[#50]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/50
2028
[#58]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/58
29+
[#64]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/64
2130

2231
## [1.3.0] - 2021-04-07
2332

Diff for: 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.3.0';
7+
const VERSION = '1.3.1';
88

99
// Return codes
1010
const SUCCESS = 0,

0 commit comments

Comments
 (0)