Skip to content

Commit

Permalink
version bump to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 19, 2017
1 parent a08ff85 commit 5c8ce24
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# hiqdev/composer-config-plugin

## [0.2.5] - 2017-05-19

- Added showing package dependencies hierarchy tree with `composer du -v` ([@hiqsol])

## [0.2.4] - 2017-05-18

- Added proper resolving of config dependencies with `Resolver` class ([@hiqsol])
Expand Down Expand Up @@ -80,7 +84,7 @@
[[email protected]]: https://github.com/hiqsol
[@edgardmessias]: https://github.com/edgardmessias
[[email protected]]: https://github.com/edgardmessias
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...HEAD
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.4...HEAD
[0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
[0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
[0.0.7]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.6...0.0.7
Expand All @@ -96,3 +100,4 @@
[0.2.2]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.1...0.2.2
[0.2.3]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.2...0.2.3
[0.2.4]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...0.2.4
[0.2.5]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.4...0.2.5
17 changes: 16 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# hiqdev/composer-config-plugin

## [0.2.5] - 2017-05-19

- Added showing package dependencies hierarchy tree with `composer du -v`
- [a08ff85] 2017-05-19 csfixed [@hiqsol]
- [f6b00f4] 2017-05-19 docs [@hiqsol]
- [37dcf77] 2017-05-19 improved tree colors [@hiqsol]
- [3ddd313] 2017-05-19 added showing packages hierarchy tree with `showDepsTree()` [@hiqsol]
- [aaa59c6] 2017-05-19 docs [@hiqsol]

## [0.2.4] - 2017-05-18

- Added proper resolving of config dependencies with `Resolver` class
Expand Down Expand Up @@ -203,7 +212,7 @@
[ab86c3c]: https://github.com/hiqdev/composer-config-plugin/commit/ab86c3c
[e447659]: https://github.com/hiqdev/composer-config-plugin/commit/e447659
[e1565a6]: https://github.com/hiqdev/composer-config-plugin/commit/e1565a6
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...HEAD
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.4...HEAD
[0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
[0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
[0.0.7]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.6...0.0.7
Expand Down Expand Up @@ -254,3 +263,9 @@
[b411092]: https://github.com/hiqdev/composer-config-plugin/commit/b411092
[42cf9ad]: https://github.com/hiqdev/composer-config-plugin/commit/42cf9ad
[0.2.4]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.3...0.2.4
[a08ff85]: https://github.com/hiqdev/composer-config-plugin/commit/a08ff85
[f6b00f4]: https://github.com/hiqdev/composer-config-plugin/commit/f6b00f4
[37dcf77]: https://github.com/hiqdev/composer-config-plugin/commit/37dcf77
[3ddd313]: https://github.com/hiqdev/composer-config-plugin/commit/3ddd313
[aaa59c6]: https://github.com/hiqdev/composer-config-plugin/commit/aaa59c6
[0.2.5]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.4...0.2.5
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
composer-config-plugin 0.2.4 2017-05-18 14:21:21 +0200 4889e110fb46e41089cf7849e5ae699b941957ea
composer-config-plugin 0.2.5 2017-05-19 16:45:18 +0200 a08ff858939d0b4a4325a0c81f3cd27b3d8e523d

0 comments on commit 5c8ce24

Please sign in to comment.