Skip to content

Commit c82878b

Browse files
committed
version bump to 0.2.4
1 parent 4889e11 commit c82878b

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# hiqdev/composer-config-plugin
22

3+
## [0.2.4] - 2017-05-18
4+
5+
- Added proper resolving of config dependencies with `Resolver` class ([@hiqsol])
6+
- Fixed exportVar closures in Windows ([@SilverFire], [@edgardmessias])
7+
38
## [0.2.3] - 2017-04-18
49

510
- Added vendor dir arg to `Builder::path` to get config path at given vendor dir ([@hiqsol])
@@ -73,7 +78,9 @@
7378
[bladeroot@gmail.com]: https://github.com/BladeRoot
7479
[@hiqsol]: https://github.com/hiqsol
7580
[sol@hiqdev.com]: https://github.com/hiqsol
76-
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.2...HEAD
81+
[@edgardmessias]: https://github.com/edgardmessias
82+
[edgardmessias@gmail.com]: https://github.com/edgardmessias
83+
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...HEAD
7784
[0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
7885
[0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
7986
[0.0.7]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.6...0.0.7
@@ -88,3 +95,4 @@
8895
[0.2.1]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.0...0.2.1
8996
[0.2.2]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.1...0.2.2
9097
[0.2.3]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.2...0.2.3
98+
[0.2.4]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...0.2.4

history.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# hiqdev/composer-config-plugin
22

3+
## [0.2.4] - 2017-05-18
4+
5+
- Added proper resolving of config dependencies with `Resolver` class
6+
- [4889e11] 2017-05-18 removed phpunit 6 compatibility hack [@hiqsol]
7+
- [b38c0f5] 2017-05-11 csfixed [@hiqsol]
8+
- [bea8462] 2017-05-11 renamed `hidev.yml` <- .hidev/config.yml [@hiqsol]
9+
- [a0f372d] 2017-05-11 added proper resolving of config dependencies with `Resolver` class [@hiqsol]
10+
- Fixed exportVar closures in Windows
11+
- [b411092] 2017-04-28 Merge pull request #1 from edgardmessias/patch-1 [@SilverFire]
12+
- [42cf9ad] 2017-04-28 Fixed exportVar closures in Windows Environment [@edgardmessias]
13+
314
## [0.2.3] - 2017-04-18
415

516
- Added vendor dir arg to `Builder::path` to get config path at given vendor dir
@@ -146,6 +157,8 @@
146157
[bladeroot@gmail.com]: https://github.com/BladeRoot
147158
[@hiqsol]: https://github.com/hiqsol
148159
[sol@hiqdev.com]: https://github.com/hiqsol
160+
[@edgardmessias]: https://github.com/edgardmessias
161+
[edgardmessias@gmail.com]: https://github.com/edgardmessias
149162
[e58cc7a]: https://github.com/hiqdev/composer-config-plugin/commit/e58cc7a
150163
[5b84dc8]: https://github.com/hiqdev/composer-config-plugin/commit/5b84dc8
151164
[827d606]: https://github.com/hiqdev/composer-config-plugin/commit/827d606
@@ -190,7 +203,7 @@
190203
[ab86c3c]: https://github.com/hiqdev/composer-config-plugin/commit/ab86c3c
191204
[e447659]: https://github.com/hiqdev/composer-config-plugin/commit/e447659
192205
[e1565a6]: https://github.com/hiqdev/composer-config-plugin/commit/e1565a6
193-
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.2...HEAD
206+
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...HEAD
194207
[0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
195208
[0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
196209
[0.0.7]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.6...0.0.7
@@ -234,3 +247,10 @@
234247
[ed7f586]: https://github.com/hiqdev/composer-config-plugin/commit/ed7f586
235248
[06c9079]: https://github.com/hiqdev/composer-config-plugin/commit/06c9079
236249
[0.2.3]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.2...0.2.3
250+
[4889e11]: https://github.com/hiqdev/composer-config-plugin/commit/4889e11
251+
[b38c0f5]: https://github.com/hiqdev/composer-config-plugin/commit/b38c0f5
252+
[bea8462]: https://github.com/hiqdev/composer-config-plugin/commit/bea8462
253+
[a0f372d]: https://github.com/hiqdev/composer-config-plugin/commit/a0f372d
254+
[b411092]: https://github.com/hiqdev/composer-config-plugin/commit/b411092
255+
[42cf9ad]: https://github.com/hiqdev/composer-config-plugin/commit/42cf9ad
256+
[0.2.4]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...0.2.4

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.3 2017-04-18 18:18:18 +0200 ed7f5866f7f4ca3c7513087b36008bb487f4b459
1+
composer-config-plugin 0.2.4 2017-05-18 14:21:21 +0200 4889e110fb46e41089cf7849e5ae699b941957ea

0 commit comments

Comments
 (0)