Skip to content

Commit

Permalink
version bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 21, 2016
1 parent 95817a7 commit 7c373be
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ coverage.clover
# PHARs
composer.phar
php-cs-fixer.phar
phpunit-skelgen.phar
phpunit.phar

# runtime dir
Expand Down
6 changes: 6 additions & 0 deletions .hidev/commits.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
hiqdev/hidev-scrutinizer commits history
----------------------------------------

## 0.4.0 2016-05-21

- Changed: redone to `composer-config-plugin`
- 95817a7 2016-05-21 redoing to composer-config-plugin (sol@hiqdev.com)
- 73bb1e2 2016-05-21 redoing to composer-config-plugin (sol@hiqdev.com)

## 0.3.5 2016-04-15

- Fixed `hiqdev/composer-extension-plugin` version constraint
Expand Down
1 change: 0 additions & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ return Symfony\CS\Config\Config::create()
->notPath('vendor')
->notPath('runtime')
->notPath('web/assets')
->notPath('tests/unit/UnitTester.php')
)
;
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
hiqdev/hidev-scrutinizer changelog
----------------------------------

## 0.4.0 2016-05-21

- Changed: redone to `composer-config-plugin`

## 0.3.5 2016-04-15

- Fixed `hiqdev/composer-extension-plugin` version constraint
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.5 2016-04-15 11:13:02 +0000 8dae557f1c8041044528bfc89d995fde3d1d2bcc
0.4.0 2016-05-21 12:17:17 +0000 95817a74f2cf06666b7d5ee5c65ac2c643c18b7d

0 comments on commit 7c373be

Please sign in to comment.