Skip to content

Commit 5c8ce24

Browse files
committed
version bump to 0.2.5
1 parent a08ff85 commit 5c8ce24

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## [0.2.5] - 2017-05-19
4+
5+
- Added showing package dependencies hierarchy tree with `composer du -v` ([@hiqsol])
6+
37
## [0.2.4] - 2017-05-18
48

59
- Added proper resolving of config dependencies with `Resolver` class ([@hiqsol])
@@ -80,7 +84,7 @@
8084
[sol@hiqdev.com]: https://github.com/hiqsol
8185
[@edgardmessias]: https://github.com/edgardmessias
8286
[edgardmessias@gmail.com]: https://github.com/edgardmessias
83-
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...HEAD
87+
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.4...HEAD
8488
[0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
8589
[0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
8690
[0.0.7]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.6...0.0.7
@@ -96,3 +100,4 @@
96100
[0.2.2]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.1...0.2.2
97101
[0.2.3]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.2...0.2.3
98102
[0.2.4]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...0.2.4
103+
[0.2.5]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.4...0.2.5

history.md

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

3+
## [0.2.5] - 2017-05-19
4+
5+
- Added showing package dependencies hierarchy tree with `composer du -v`
6+
- [a08ff85] 2017-05-19 csfixed [@hiqsol]
7+
- [f6b00f4] 2017-05-19 docs [@hiqsol]
8+
- [37dcf77] 2017-05-19 improved tree colors [@hiqsol]
9+
- [3ddd313] 2017-05-19 added showing packages hierarchy tree with `showDepsTree()` [@hiqsol]
10+
- [aaa59c6] 2017-05-19 docs [@hiqsol]
11+
312
## [0.2.4] - 2017-05-18
413

514
- Added proper resolving of config dependencies with `Resolver` class
@@ -203,7 +212,7 @@
203212
[ab86c3c]: https://github.com/hiqdev/composer-config-plugin/commit/ab86c3c
204213
[e447659]: https://github.com/hiqdev/composer-config-plugin/commit/e447659
205214
[e1565a6]: https://github.com/hiqdev/composer-config-plugin/commit/e1565a6
206-
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...HEAD
215+
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.4...HEAD
207216
[0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
208217
[0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
209218
[0.0.7]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.6...0.0.7
@@ -254,3 +263,9 @@
254263
[b411092]: https://github.com/hiqdev/composer-config-plugin/commit/b411092
255264
[42cf9ad]: https://github.com/hiqdev/composer-config-plugin/commit/42cf9ad
256265
[0.2.4]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...0.2.4
266+
[a08ff85]: https://github.com/hiqdev/composer-config-plugin/commit/a08ff85
267+
[f6b00f4]: https://github.com/hiqdev/composer-config-plugin/commit/f6b00f4
268+
[37dcf77]: https://github.com/hiqdev/composer-config-plugin/commit/37dcf77
269+
[3ddd313]: https://github.com/hiqdev/composer-config-plugin/commit/3ddd313
270+
[aaa59c6]: https://github.com/hiqdev/composer-config-plugin/commit/aaa59c6
271+
[0.2.5]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.4...0.2.5

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
composer-config-plugin 0.2.4 2017-05-18 14:21:21 +0200 4889e110fb46e41089cf7849e5ae699b941957ea
1+
composer-config-plugin 0.2.5 2017-05-19 16:45:18 +0200 a08ff858939d0b4a4325a0c81f3cd27b3d8e523d

0 commit comments

Comments
 (0)