Skip to content

Commit 45e9195

Browse files
committedOct 27, 2018
version bump to 0.6.2
1 parent e4002dc commit 45e9195

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed
 

Diff for: ‎CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# hiqdev/hidev
22

3-
## [Under development]
3+
## [0.6.2] - 2018-10-27
44

5+
- Refactored GitHub component ([@hiqsol])
6+
- Added phpstan ([@hiqsol])
7+
- Allowed Yii2 3.0 ([@SilverFire])
58
- Enhanced `ConsoleTarget` ([@SilverFire], [@hiqsol])
69
- Added Yii 2.1 compatibility ([@hiqsol], [@SilverFire])
710
- Fixed stopping at error ([@hiqsol])
@@ -323,3 +326,4 @@
323326
[0.5.2]: https://github.com/hiqdev/hidev/compare/0.5.1...0.5.2
324327
[0.6.0]: https://github.com/hiqdev/hidev/compare/0.5.2...0.6.0
325328
[0.6.1]: https://github.com/hiqdev/hidev/compare/0.6.0...0.6.1
329+
[0.6.2]: https://github.com/hiqdev/hidev/compare/0.6.1...0.6.2

Diff for: ‎history.md

+30-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# hiqdev/hidev
22

3-
## [Under development]
4-
3+
## [0.6.2] - 2018-10-27
4+
5+
- Refactored GitHub component
6+
- [e4002dc] 2018-10-27 Started demo script/doc [@hiqsol]
7+
- [6eecc34] 2018-10-24 Fixed typo in dependencies versions constraints [@hiqsol]
8+
- [8b4b165] 2018-07-12 greatly refactored GitHub controller and component [@hiqsol]
9+
- [7b05d35] 2018-07-12 moved `isResponseOk()` to Helper class [@hiqsol]
10+
- [804c16a] 2018-07-12 moved `readline` and `readpassword` to Helper [@hiqsol]
11+
- [cb4a398] 2018-06-17 fixed binaries to pass binaries component [@hiqsol]
12+
- [96a99cd] 2018-06-17 redone BinaryPython without outdated controller [@hiqsol]
13+
- [7f339e9] 2018-06-17 removed controller property cause outdated [@hiqsol]
14+
- [4343412] 2018-06-15 increased YAML dump depth to 5 <- 4 [@hiqsol]
15+
- [972831d] 2018-05-25 added back GitController to basis config [@hiqsol]
16+
- Added phpstan
17+
- [b16aa1c] 2018-06-17 added phpstan [@hiqsol]
18+
- Allowed Yii2 3.0
19+
- [ff6e90b] 2018-06-18 Allowed Yii 2 3.0 [@SilverFire]
520
- Enhanced `ConsoleTarget`
621
- [ae09f81] 2018-05-15 Enhanced ConsoleTarget [@SilverFire]
722
- [295de32] 2018-05-08 csfixed [@hiqsol]
@@ -1639,3 +1654,16 @@
16391654
[8bfa971]: https://github.com/hiqdev/hidev/commit/8bfa971
16401655
[a5ea1de]: https://github.com/hiqdev/hidev/commit/a5ea1de
16411656
[20183c1]: https://github.com/hiqdev/hidev/commit/20183c1
1657+
[e4002dc]: https://github.com/hiqdev/hidev/commit/e4002dc
1658+
[6eecc34]: https://github.com/hiqdev/hidev/commit/6eecc34
1659+
[8b4b165]: https://github.com/hiqdev/hidev/commit/8b4b165
1660+
[7b05d35]: https://github.com/hiqdev/hidev/commit/7b05d35
1661+
[804c16a]: https://github.com/hiqdev/hidev/commit/804c16a
1662+
[ff6e90b]: https://github.com/hiqdev/hidev/commit/ff6e90b
1663+
[b16aa1c]: https://github.com/hiqdev/hidev/commit/b16aa1c
1664+
[cb4a398]: https://github.com/hiqdev/hidev/commit/cb4a398
1665+
[96a99cd]: https://github.com/hiqdev/hidev/commit/96a99cd
1666+
[7f339e9]: https://github.com/hiqdev/hidev/commit/7f339e9
1667+
[4343412]: https://github.com/hiqdev/hidev/commit/4343412
1668+
[972831d]: https://github.com/hiqdev/hidev/commit/972831d
1669+
[0.6.2]: https://github.com/hiqdev/hidev/compare/0.6.1...0.6.2

Diff for: ‎version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hidev dev-0.6.1-ae09f81 2018-05-15 11:40:01 +0000 ae09f816faf265a8b00b137d80f29224a6e321d0
1+
hidev 0.6.2 2018-10-27 07:55:31 +0300 e4002dcd7ca1f23458128d22b0f98932bd9535c8

0 commit comments

Comments
 (0)
Failed to load comments.