Skip to content

Commit f6cc4f8

Browse files
committed
version bump to 0.6.1
1 parent 951c10d commit f6cc4f8

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

CHANGELOG.md

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

3-
## [0.6.0] - 2017-05-12
3+
## [0.6.1] - 2018-02-27
4+
5+
- Fixed PHP 7.2 compatibility ([@hiqsol], [@SilverFire])
6+
7+
## [0.6.0] - 2017-07-01
48

59
- Renamed to `console` from controllers ([@hiqsol])
610
- Added `dump` commands ([@hiqsol])
@@ -277,7 +281,7 @@
277281
[@SilverFire]: https://github.com/SilverFire
278282
[d.naumenko.a@gmail.com]: https://github.com/SilverFire
279283
[Yii built-in controllers]: http://www.yiiframework.com/doc-2.0/guide-tutorial-console.html
280-
[Under development]: https://github.com/hiqdev/hidev/compare/0.5.2...HEAD
284+
[Under development]: https://github.com/hiqdev/hidev/compare/0.6.0...HEAD
281285
[0.5.0]: https://github.com/hiqdev/hidev/compare/0.4.0...0.5.0
282286
[0.4.0]: https://github.com/hiqdev/hidev/compare/0.3.9...0.4.0
283287
[0.3.9]: https://github.com/hiqdev/hidev/compare/0.3.8...0.3.9
@@ -312,3 +316,4 @@
312316
[0.5.1]: https://github.com/hiqdev/hidev/compare/0.5.0...0.5.1
313317
[0.5.2]: https://github.com/hiqdev/hidev/compare/0.5.1...0.5.2
314318
[0.6.0]: https://github.com/hiqdev/hidev/compare/0.5.2...0.6.0
319+
[0.6.1]: https://github.com/hiqdev/hidev/compare/0.6.0...0.6.1

history.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# hiqdev/hidev
22

3-
## [0.6.0] - 2017-05-12
3+
## [0.6.1] - 2018-02-27
4+
5+
- Fixed PHP 7.2 compatibility
6+
- [951c10d] 2018-02-27 csfixed [@hiqsol]
7+
- [01c94b9] 2018-02-19 Merge pull request #3 from hiqdev/copy-error-handling [@hiqsol]
8+
- [1d470ca] 2018-02-19 enhanced error handling in CopyHandler [@SilverFire]
9+
- [867a721] 2018-02-09 changed to `yii\base\BaseObject` <- Object for PHP 7.2 compatibility [@hiqsol]
10+
- [e245d4e] 2018-01-13 csfixed [@hiqsol]
11+
- [1f2b81f] 2017-11-10 removed PHP 5.6 and 7.0 from Travis build [@hiqsol]
12+
13+
## [0.6.0] - 2017-07-01
414

515
- Renamed to `console` from controllers
616
- [e6fafe2] 2017-05-12 added require `common` in Starter::requireAll [@hiqsol]
@@ -1427,7 +1437,7 @@
14271437
[2977a70]: https://github.com/hiqdev/hidev/commit/2977a70
14281438
[9e216ec]: https://github.com/hiqdev/hidev/commit/9e216ec
14291439
[9e02ac4]: https://github.com/hiqdev/hidev/commit/9e02ac4
1430-
[Under development]: https://github.com/hiqdev/hidev/compare/0.5.2...HEAD
1440+
[Under development]: https://github.com/hiqdev/hidev/compare/0.6.0...HEAD
14311441
[0.5.0]: https://github.com/hiqdev/hidev/compare/0.4.0...0.5.0
14321442
[0.4.0]: https://github.com/hiqdev/hidev/compare/0.3.9...0.4.0
14331443
[0.3.9]: https://github.com/hiqdev/hidev/compare/0.3.8...0.3.9
@@ -1600,3 +1610,10 @@
16001610
[1d1b5f1]: https://github.com/hiqdev/hidev/commit/1d1b5f1
16011611
[ea0e143]: https://github.com/hiqdev/hidev/commit/ea0e143
16021612
[0.6.0]: https://github.com/hiqdev/hidev/compare/0.5.2...0.6.0
1613+
[951c10d]: https://github.com/hiqdev/hidev/commit/951c10d
1614+
[01c94b9]: https://github.com/hiqdev/hidev/commit/01c94b9
1615+
[1d470ca]: https://github.com/hiqdev/hidev/commit/1d470ca
1616+
[867a721]: https://github.com/hiqdev/hidev/commit/867a721
1617+
[e245d4e]: https://github.com/hiqdev/hidev/commit/e245d4e
1618+
[1f2b81f]: https://github.com/hiqdev/hidev/commit/1f2b81f
1619+
[0.6.1]: https://github.com/hiqdev/hidev/compare/0.6.0...0.6.1

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hidev 0.6.0 2017-05-12 14:53:02 +0200 e6fafe23c4520fb752cbcc31d21ceba282f5b59c
1+
hidev 0.6.1 2018-02-27 17:03:22 +0000 951c10dcf8b0b517e28b3f66fd79476d42f60616

0 commit comments

Comments
 (0)