Skip to content

Commit

Permalink
Created version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grogy committed Apr 25, 2020
1 parent 758205c commit 1ce12ed
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.4] - 2020-04-25

### Added

- Added check for Symfony dump function `dd` from [@antograssiot](https://github.com/antograssiot).
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.3';
const VERSION = '0.4';

const SUCCESS = 0,
WITH_ERRORS = 1,
Expand Down

0 comments on commit 1ce12ed

Please sign in to comment.