Skip to content

Commit

Permalink
version bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed May 3, 2017
1 parent 73ab061 commit 6ce1e6d
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 45 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ before_install:
- 'composer --version'
- 'composer install --no-interaction'
- './vendor/bin/hidev --version'
- './vendor/bin/hidev travis/before_install'
- './vendor/bin/hidev travis/before-install'
sudo: false
install:
- './vendor/bin/hidev travis/install'
script:
- './vendor/bin/hidev travis/script'
after_script:
- './vendor/bin/hidev travis/after_script'
- './vendor/bin/hidev travis/after-script'
37 changes: 24 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,61 @@
# hiqdev/hidev-license

## [Under development]
## [0.6.0] - 2017-04-30

- Redone to new hidev ([@hiqsol])

## [0.4.0] - 2016-05-21

- Changed: redone to `composer-config-plugin` ([[email protected]])
- Changed: redone to `composer-config-plugin` ([@hiqsol])

## [0.3.4] - 2016-04-15

- Fixed `hiqdev/composer-extension-plugin` version constraint ([[email protected]])
- Fixed `hiqdev/composer-extension-plugin` version constraint ([@hiqsol])

## [0.3.3] - 2016-04-14

- Fixed build with asset-packagist ([[email protected]])
- Fixed build with asset-packagist ([@hiqsol])

## [0.3.2] - 2016-04-13

- Changed to `hidev-config` <- `extension-config` ([[email protected]])
- Changed to `hidev-config` <- `extension-config` ([@hiqsol])

## [0.3.1] - 2016-03-30

- Changed `extension-config` <- `yii2-extraconfig` ([[email protected]])
- Changed `extension-config` <- `yii2-extraconfig` ([@hiqsol])

## [0.3.0] - 2016-01-15

- Changed goals -> controllers ([[email protected]])
- Changed PluginManager -> yii2-extraconfig plugin ([[email protected]])
- Changed goals -> controllers ([@hiqsol])
- Changed PluginManager -> yii2-extraconfig plugin ([@hiqsol])

## [0.2.0] - 2015-12-23

- Fixed: added `license` goal ([[email protected]])
- Added more tests ([[email protected]])
- Fixed: added `license` goal ([@hiqsol])
- Added more tests ([@hiqsol])

## [0.0.3] - 2015-12-17

- Fixed BSD-3-Clause license template ([[email protected]])
- Fixed BSD-3-Clause license template ([@hiqsol])

## [0.0.2] - 2015-11-24

- Added Travis CI integration ([[email protected]])
- Added Travis CI integration ([@hiqsol])

## [0.0.1] - 2015-11-24

- Added basics ([[email protected]])
- Added basics ([@hiqsol])

## [Development started] - 2015-11-22

[@hiqsol]: https://github.com/hiqsol
[[email protected]]: https://github.com/hiqsol
[@SilverFire]: https://github.com/SilverFire
[[email protected]]: https://github.com/SilverFire
[@tafid]: https://github.com/tafid
[[email protected]]: https://github.com/tafid
[@BladeRoot]: https://github.com/BladeRoot
[[email protected]]: https://github.com/BladeRoot
[Under development]: https://github.com/hiqdev/hidev-license/compare/0.4.0...HEAD
[0.4.0]: https://github.com/hiqdev/hidev-license/compare/0.3.4...0.4.0
[0.3.4]: https://github.com/hiqdev/hidev-license/compare/0.3.3...0.3.4
Expand All @@ -57,3 +67,4 @@
[0.0.3]: https://github.com/hiqdev/hidev-license/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/hiqdev/hidev-license/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/hiqdev/hidev-license/releases/tag/0.0.1
[0.6.0]: https://github.com/hiqdev/hidev-license/compare/0.4.0...0.6.0
33 changes: 33 additions & 0 deletions chkipper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "hiqdev/hidev-license",
"authors": {
"hiqsol": {
"name": "Andrii Vasyliev",
"role": "Project lead",
"email": "[email protected]",
"github": "https://github.com/hiqsol",
"homepage": "http://hipanel.com/"
},
"SilverFire": {
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "[email protected]",
"github": "https://github.com/SilverFire",
"homepage": "http://silverfire.me/"
},
"tafid": {
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "[email protected]",
"github": "https://github.com/tafid",
"homepage": "http://hiqdev.com/"
},
"BladeRoot": {
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "[email protected]",
"github": "https://github.com/BladeRoot",
"homepage": "http://hiqdev.com/"
}
}
}
76 changes: 47 additions & 29 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,80 +1,93 @@
# hiqdev/hidev-license

## [Under development]
## [0.6.0] - 2017-04-30

- [bc70235] 2017-04-30 renamed config to `hidev.yml` <- .hidev/config.yml [[email protected]]
- [9365a37] 2017-04-29 redoing to new hidev [[email protected]]
- Redone to new hidev
- [73ab061] 2017-04-30 csfixed [@hiqsol]
- [cc1cb9a] 2017-04-30 fixed tests [@hiqsol]
- [3b44e56] 2017-04-30 csfixed [@hiqsol]
- [907a56e] 2017-04-30 docs [@hiqsol]
- [bc70235] 2017-04-30 renamed config to `hidev.yml` <- .hidev/config.yml [@hiqsol]
- [9365a37] 2017-04-29 redoing to new hidev [@hiqsol]

## [0.4.0] - 2016-05-21

- Changed: redone to `composer-config-plugin`
- [a59fbce] 2016-05-21 redoing to composer-config-plugin [[email protected]]
- [a59fbce] 2016-05-21 redoing to composer-config-plugin [@hiqsol]

## [0.3.4] - 2016-04-15

- Fixed `hiqdev/composer-extension-plugin` version constraint
- [d7612ff] 2016-04-15 fixed `hiqdev/composer-extension-plugin` version constraint [[email protected]]
- [d7612ff] 2016-04-15 fixed `hiqdev/composer-extension-plugin` version constraint [@hiqsol]

## [0.3.3] - 2016-04-14

- Fixed build with asset-packagist
- [e78dead] 2016-04-13 fixed build with asset-packagist [[email protected]]
- [e55fb52] 2016-04-13 fixed require for `hiqdev/composer-extension-plugin` [[email protected]]
- [e78dead] 2016-04-13 fixed build with asset-packagist [@hiqsol]
- [e55fb52] 2016-04-13 fixed require for `hiqdev/composer-extension-plugin` [@hiqsol]

## [0.3.2] - 2016-04-13

- Changed to `hidev-config` <- `extension-config`
- [6418601] 2016-04-13 redone to `hidev-config` <- `extension-config` [[email protected]]
- [6418601] 2016-04-13 redone to `hidev-config` <- `extension-config` [@hiqsol]

## [0.3.1] - 2016-03-30

- Changed `extension-config` <- `yii2-extraconfig`
- [362683d] 2016-03-30 rehideved [[email protected]]
- [a592f6d] 2016-03-30 redoing to `extension-config` <- `yii2-extraconfig` [[email protected]]
- [362683d] 2016-03-30 rehideved [@hiqsol]
- [a592f6d] 2016-03-30 redoing to `extension-config` <- `yii2-extraconfig` [@hiqsol]

## [0.3.0] - 2016-01-15

- Changed goals -> controllers
- [1ff9e0f] 2016-01-15 fixed tests [[email protected]]
- [9b95d3f] 2016-01-13 renamed goals -> controllers, get -> take [[email protected]]
- [1ff9e0f] 2016-01-15 fixed tests [@hiqsol]
- [9b95d3f] 2016-01-13 renamed goals -> controllers, get -> take [@hiqsol]
- Changed PluginManager -> yii2-extraconfig plugin
- [528bde6] 2016-01-06 changed config structure [[email protected]]
- [b90b7c0] 2016-01-06 redoing with yii2-extraconfig [[email protected]]
- [528bde6] 2016-01-06 changed config structure [@hiqsol]
- [b90b7c0] 2016-01-06 redoing with yii2-extraconfig [@hiqsol]

## [0.2.0] - 2015-12-23

- Fixed: added `license` goal
- [70cb057] 2015-12-23 fixed tests [[email protected]]
- [ea1d8b0] 2015-12-22 fixed: + goal [[email protected]]
- [70cb057] 2015-12-23 fixed tests [@hiqsol]
- [ea1d8b0] 2015-12-22 fixed: + goal [@hiqsol]
- Added more tests
- [eb882e8] 2015-12-21 enabling code coverage [[email protected]]
- [c90cf63] 2015-12-20 + phpdocs [[email protected]]
- [2f5fb02] 2015-12-20 + php code coverage to .scrutinizer.yml [[email protected]]
- [22a4f81] 2015-12-18 + scrutinizer config [[email protected]]
- [f7d64f7] 2015-12-18 added more tests [[email protected]]
- [eb882e8] 2015-12-21 enabling code coverage [@hiqsol]
- [c90cf63] 2015-12-20 + phpdocs [@hiqsol]
- [2f5fb02] 2015-12-20 + php code coverage to .scrutinizer.yml [@hiqsol]
- [22a4f81] 2015-12-18 + scrutinizer config [@hiqsol]
- [f7d64f7] 2015-12-18 added more tests [@hiqsol]

## [0.0.3] - 2015-12-17

- Fixed BSD-3-Clause license template
- [638bace] 2015-12-17 fixed BSD-3-Clause license template [[email protected]]
- [3295301] 2015-12-17 fixed build [[email protected]]
- [638bace] 2015-12-17 fixed BSD-3-Clause license template [@hiqsol]
- [3295301] 2015-12-17 fixed build [@hiqsol]

## [0.0.2] - 2015-11-24

- Added Travis CI integration
- [e707998] 2015-11-24 fixed minor issues [[email protected]]
- [b2ae004] 2015-11-24 added tests and Travis CI [[email protected]]
- [c7f8293] 2015-11-24 added Travis CI [[email protected]]
- [e707998] 2015-11-24 fixed minor issues [@hiqsol]
- [b2ae004] 2015-11-24 added tests and Travis CI [@hiqsol]
- [c7f8293] 2015-11-24 added Travis CI [@hiqsol]

## [0.0.1] - 2015-11-24

- Added basics
- [9bb741b] 2015-11-22 fixed namespace [[email protected]]
- [fd84968] 2015-11-22 fixed namespace [[email protected]]
- [98a21f8] 2015-11-22 inited [[email protected]]
- [9bb741b] 2015-11-22 fixed namespace [@hiqsol]
- [fd84968] 2015-11-22 fixed namespace [@hiqsol]
- [98a21f8] 2015-11-22 inited [@hiqsol]

## [Development started] - 2015-11-22

[@hiqsol]: https://github.com/hiqsol
[[email protected]]: https://github.com/hiqsol
[@SilverFire]: https://github.com/SilverFire
[[email protected]]: https://github.com/SilverFire
[@tafid]: https://github.com/tafid
[[email protected]]: https://github.com/tafid
[@BladeRoot]: https://github.com/BladeRoot
[[email protected]]: https://github.com/BladeRoot
[a59fbce]: https://github.com/hiqdev/hidev-license/commit/a59fbce
[d7612ff]: https://github.com/hiqdev/hidev-license/commit/d7612ff
[e78dead]: https://github.com/hiqdev/hidev-license/commit/e78dead
Expand Down Expand Up @@ -114,3 +127,8 @@
[0.0.3]: https://github.com/hiqdev/hidev-license/compare/0.0.2...0.0.3
[0.0.2]: https://github.com/hiqdev/hidev-license/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/hiqdev/hidev-license/releases/tag/0.0.1
[73ab061]: https://github.com/hiqdev/hidev-license/commit/73ab061
[cc1cb9a]: https://github.com/hiqdev/hidev-license/commit/cc1cb9a
[3b44e56]: https://github.com/hiqdev/hidev-license/commit/3b44e56
[907a56e]: https://github.com/hiqdev/hidev-license/commit/907a56e
[0.6.0]: https://github.com/hiqdev/hidev-license/compare/0.4.0...0.6.0
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0 2016-05-21 11:49:39 +0000 a59fbce8672ab0e8303a6af39c8f92d6b8fa3d7f
hidev-license 0.6.0 2017-04-30 13:06:10 +0200 73ab0616e226ae6600f253c912bb5edc325a146b

0 comments on commit 6ce1e6d

Please sign in to comment.