Skip to content

Commit

Permalink
New version - 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grogy committed Aug 13, 2021
1 parent 7b09d72 commit 761f380
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

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

## [1.3.1] - 2021-08-13

### Added

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

### Fixed

- PHP 8.1: silence the deprecation notices about missing return types [#64] from [@jrfnl].

### Internal

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

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

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

## [1.3.0] - 2021-04-07

Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Application
{
const VERSION = '1.3.0';
const VERSION = '1.3.1';

// Return codes
const SUCCESS = 0,
Expand Down

0 comments on commit 761f380

Please sign in to comment.