Skip to content

Commit

Permalink
version bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Mar 23, 2017
1 parent 57e403a commit 8a521f6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
hiqdev/composer-config-plugin
-----------------------------

## [0.2.1] - 2017-03-23

- Fixed wrong call of `Composer\Config::get()` ([@SilverFire])

## [0.2.0] - 2017-03-15

- Added initializaion of composer autoloading for project classes become usable in configs ([@hiqsol])
Expand Down Expand Up @@ -61,7 +65,7 @@ hiqdev/composer-config-plugin
[bladeroot@gmail.com]: https://github.com/BladeRoot
[@hiqsol]: https://github.com/hiqsol
[sol@hiqdev.com]: https://github.com/hiqsol
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.1.0...HEAD
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.1...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 @@ -73,3 +77,4 @@ hiqdev/composer-config-plugin
[0.0.1]: https://github.com/hiqdev/composer-config-plugin/releases/tag/0.0.1
[0.1.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.0.9...0.1.0
[0.2.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.1.0...0.2.0
[0.2.1]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.0...0.2.1
15 changes: 14 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
hiqdev/composer-config-plugin
-----------------------------

## [0.2.1] - 2017-03-23

- Fixed wrong call of `Composer\Config::get()`
- [57e403a] 2017-03-23 csfixed [@SilverFire]
- [33192bb] 2017-03-23 Added PHPUnit 6 compatibility [@SilverFire]
- [d32060d] 2017-03-23 Updated travis config [@SilverFire]
- [e1bea13] 2017-03-23 Fixed wrong call of composer\config::get() [@SilverFire]

## [0.2.0] - 2017-03-15

- Added initializaion of composer autoloading for project classes become usable in configs
Expand Down Expand Up @@ -161,7 +169,7 @@ hiqdev/composer-config-plugin
[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.1.0...HEAD
[Under development]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.1...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 @@ -185,3 +193,8 @@ hiqdev/composer-config-plugin
[2d68985]: https://github.com/hiqdev/composer-config-plugin/commit/2d68985
[49f229b]: https://github.com/hiqdev/composer-config-plugin/commit/49f229b
[0.2.0]: https://github.com/hiqdev/composer-config-plugin/compare/0.1.0...0.2.0
[e1bea13]: https://github.com/hiqdev/composer-config-plugin/commit/e1bea13
[0.2.1]: https://github.com/hiqdev/composer-config-plugin/compare/0.2.0...0.2.1
[57e403a]: https://github.com/hiqdev/composer-config-plugin/commit/57e403a
[33192bb]: https://github.com/hiqdev/composer-config-plugin/commit/33192bb
[d32060d]: https://github.com/hiqdev/composer-config-plugin/commit/d32060d
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0 2017-03-15 08:46:03 +0000 e1d9513ff406f92bddcfaddf4b85c3e8a96e46e9
0.2.1 2017-03-23 14:20:22 +0200 57e403abefe6fb00da57eccccbc8f35172b71db6

0 comments on commit 8a521f6

Please sign in to comment.