Skip to content

Commit 8a521f6

Browse files
committed
version bump to 0.2.1
1 parent 57e403a commit 8a521f6

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
hiqdev/composer-config-plugin
22
-----------------------------
33

4+
## [0.2.1] - 2017-03-23
5+
6+
- Fixed wrong call of `Composer\Config::get()` ([@SilverFire])
7+
48
## [0.2.0] - 2017-03-15
59

610
- Added initializaion of composer autoloading for project classes become usable in configs ([@hiqsol])
@@ -61,7 +65,7 @@ hiqdev/composer-config-plugin
6165
[bladeroot@gmail.com]: https://github.com/BladeRoot
6266
[@hiqsol]: https://github.com/hiqsol
6367
[sol@hiqdev.com]: https://github.com/hiqsol
64-
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.1.0...HEAD
68+
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.1...HEAD
6569
[0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
6670
[0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
6771
[0.0.7]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.6...0.0.7
@@ -73,3 +77,4 @@ hiqdev/composer-config-plugin
7377
[0.0.1]: https://github.com/hiqdev/composer-config-plugin/releases/tag/0.0.1
7478
[0.1.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.9...0.1.0
7579
[0.2.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.1.0...0.2.0
80+
[0.2.1]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.0...0.2.1

history.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
hiqdev/composer-config-plugin
22
-----------------------------
33

4+
## [0.2.1] - 2017-03-23
5+
6+
- Fixed wrong call of `Composer\Config::get()`
7+
- [57e403a] 2017-03-23 csfixed [@SilverFire]
8+
- [33192bb] 2017-03-23 Added PHPUnit 6 compatibility [@SilverFire]
9+
- [d32060d] 2017-03-23 Updated travis config [@SilverFire]
10+
- [e1bea13] 2017-03-23 Fixed wrong call of composer\config::get() [@SilverFire]
11+
412
## [0.2.0] - 2017-03-15
513

614
- Added initializaion of composer autoloading for project classes become usable in configs
@@ -161,7 +169,7 @@ hiqdev/composer-config-plugin
161169
[ab86c3c]: https://github.com/hiqdev/composer-config-plugin/commit/ab86c3c
162170
[e447659]: https://github.com/hiqdev/composer-config-plugin/commit/e447659
163171
[e1565a6]: https://github.com/hiqdev/composer-config-plugin/commit/e1565a6
164-
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.1.0...HEAD
172+
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.1...HEAD
165173
[0.0.9]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.8...0.0.9
166174
[0.0.8]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.7...0.0.8
167175
[0.0.7]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.6...0.0.7
@@ -185,3 +193,8 @@ hiqdev/composer-config-plugin
185193
[2d68985]: https://github.com/hiqdev/composer-config-plugin/commit/2d68985
186194
[49f229b]: https://github.com/hiqdev/composer-config-plugin/commit/49f229b
187195
[0.2.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.1.0...0.2.0
196+
[e1bea13]: https://github.com/hiqdev/composer-config-plugin/commit/e1bea13
197+
[0.2.1]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.0...0.2.1
198+
[57e403a]: https://github.com/hiqdev/composer-config-plugin/commit/57e403a
199+
[33192bb]: https://github.com/hiqdev/composer-config-plugin/commit/33192bb
200+
[d32060d]: https://github.com/hiqdev/composer-config-plugin/commit/d32060d

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0 2017-03-15 08:46:03 +0000 e1d9513ff406f92bddcfaddf4b85c3e8a96e46e9
1+
0.2.1 2017-03-23 14:20:22 +0200 57e403abefe6fb00da57eccccbc8f35172b71db6

0 commit comments

Comments
 (0)