Skip to content

Commit

Permalink
Released version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
grogy committed Aug 17, 2020
1 parent d4e798c commit 8b880e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [v0.5] - 2020-08-17

### Added

- Added `--custom-function` parameter to check custom debug functions [#10](https://github.com/php-parallel-lint/PHP-Var-Dump-Check/pull/10) from [@umutphp](https://github.com/umutphp).
Expand Down
2 changes: 1 addition & 1 deletion var-dump-check.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
use JakubOnderka\PhpVarDumpCheck;

const VERSION = '0.4';
const VERSION = '0.5';

const SUCCESS = 0,
WITH_ERRORS = 1,
Expand Down

0 comments on commit 8b880e5

Please sign in to comment.