Skip to content

Commit 0586b59

Browse files
committed
version bump to 0.4.0
1 parent 2972338 commit 0586b59

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
Thumbs.db
1414
nbproject
1515

16-
# php-cs-fixer cache
17-
.php_cs.cache
18-
1916
# vendor dirs
2017
vendor
2118

2219
# composer lock files
2320
composer.lock
2421

22+
# php-cs-fixer cache
23+
.php_cs.cache
24+
2525
# phpunit generated files
2626
coverage.clover
2727

.hidev/commits.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
hiqdev/hidev commits history
22
----------------------------
33

4-
## Under development
4+
## 0.4.0 2016-05-21
55

6-
- Changed: rearranged config files
6+
- Changed: redone to `composer-config-plugin`
7+
- 2972338 2016-05-21 redone to composer-config-plugin (sol@hiqdev.com)
78
- 6fd2f95 2016-05-20 rearranged initial configuration (sol@hiqdev.com)
89
- e0d5355 2016-05-20 added `config/defines.php` (sol@hiqdev.com)
910
- 2d54bb5 2016-05-20 removed fcgi patching from bin/hidev (sol@hiqdev.com)

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
hiqdev/hidev changelog
22
----------------------
33

4-
## Under development
4+
## 0.4.0 2016-05-21
55

6-
- Changed: rearranged config files
6+
- Changed: redone to `composer-config-plugin`
77
- Changed: greatly improved functional tests
88
- Fixed minor issues
99
- Added sudo modifier

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev 2016-05-20 05:10:04 +0000 6fd2f9576dbc3dcfe9cc2ecc67356e30616f950a
1+
0.4.0 2016-05-21 15:04:03 +0000 29723387c0ac9d228b863ef56d6823edb6160989

0 commit comments

Comments
 (0)