Skip to content

Commit 1ce12ed

Browse files
committed
Created version 0.4
1 parent 758205c commit 1ce12ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.4] - 2020-04-25
10+
911
### Added
1012

1113
- Added check for Symfony dump function `dd` from [@antograssiot](https://github.com/antograssiot).

var-dump-check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
use JakubOnderka\PhpVarDumpCheck;
33

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

66
const SUCCESS = 0,
77
WITH_ERRORS = 1,

0 commit comments

Comments
 (0)