Skip to content

Commit 8b880e5

Browse files
committed
Released version 0.5
1 parent d4e798c commit 8b880e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [v0.5] - 2020-08-17
10+
911
### Added
1012

1113
- 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).

var-dump-check.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
use JakubOnderka\PhpVarDumpCheck;
33

4-
const VERSION = '0.4';
4+
const VERSION = '0.5';
55

66
const SUCCESS = 0,
77
WITH_ERRORS = 1,

0 commit comments

Comments
 (0)