Skip to content

Commit 4da758a

Browse files
committed
version bump to 0.1.2
1 parent a1de4ba commit 4da758a

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/yii2-hiart
22
-----------------
33

4+
## [0.1.2] - 2017-02-08
5+
6+
- Improved `AbstractConnection::getDb` to work without DI too ([@hiqsol])
7+
48
## [0.1.1] - 2017-02-07
59

610
- Renamed performScenario to `query` and `batchQuery` ([@hiqsol])
@@ -74,10 +78,11 @@ hiqdev/yii2-hiart
7478
[andreyklochok@gmail.com]: https://github.com/tafid
7579
[@BladeRoot]: https://github.com/BladeRoot
7680
[bladeroot@gmail.com]: https://github.com/BladeRoot
77-
[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.1.0...HEAD
81+
[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.1.1...HEAD
7882
[0.0.4]: https://github.com/hiqdev/yii2-hiart/compare/0.0.3...0.0.4
7983
[0.0.3]: https://github.com/hiqdev/yii2-hiart/compare/0.0.2...0.0.3
8084
[0.0.2]: https://github.com/hiqdev/yii2-hiart/compare/0.0.1...0.0.2
8185
[0.0.1]: https://github.com/hiqdev/yii2-hiart/releases/tag/0.0.1
8286
[0.1.0]: https://github.com/hiqdev/yii2-hiart/compare/0.0.4...0.1.0
8387
[0.1.1]: https://github.com/hiqdev/yii2-hiart/compare/0.1.0...0.1.1
88+
[0.1.2]: https://github.com/hiqdev/yii2-hiart/compare/0.1.1...0.1.2

history.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
hiqdev/yii2-hiart
22
-----------------
33

4+
## [0.1.2] - 2017-02-08
5+
6+
- Improved `AbstractConnection::getDb` to work without DI too
7+
- [a1de4ba] 2017-02-08 csfixed [@hiqsol]
8+
- [8d26e37] 2017-02-08 added functional test for simple config (no DI) [@hiqsol]
9+
- [045478b] 2017-02-08 improved `AbstractConnection::getDb` to work without DI too [@hiqsol]
10+
- [c3bf1d9] 2017-02-07 fixed `Connection::getBaseUri` [@hiqsol]
11+
412
## [0.1.1] - 2017-02-07
513

614
- Renamed performScenario to `query` and `batchQuery`
@@ -493,7 +501,7 @@ hiqdev/yii2-hiart
493501
[d3756e4]: https://github.com/hiqdev/yii2-hiart/commit/d3756e4
494502
[ea50c04]: https://github.com/hiqdev/yii2-hiart/commit/ea50c04
495503
[8047d37]: https://github.com/hiqdev/yii2-hiart/commit/8047d37
496-
[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.1.0...HEAD
504+
[Under development]: https://github.com/hiqdev/yii2-hiart/compare/0.1.1...HEAD
497505
[0.0.4]: https://github.com/hiqdev/yii2-hiart/compare/0.0.3...0.0.4
498506
[0.0.3]: https://github.com/hiqdev/yii2-hiart/compare/0.0.2...0.0.3
499507
[0.0.2]: https://github.com/hiqdev/yii2-hiart/compare/0.0.1...0.0.2
@@ -539,3 +547,8 @@ hiqdev/yii2-hiart
539547
[2993c1e]: https://github.com/hiqdev/yii2-hiart/commit/2993c1e
540548
[84b4362]: https://github.com/hiqdev/yii2-hiart/commit/84b4362
541549
[0.1.1]: https://github.com/hiqdev/yii2-hiart/compare/0.1.0...0.1.1
550+
[8d26e37]: https://github.com/hiqdev/yii2-hiart/commit/8d26e37
551+
[045478b]: https://github.com/hiqdev/yii2-hiart/commit/045478b
552+
[c3bf1d9]: https://github.com/hiqdev/yii2-hiart/commit/c3bf1d9
553+
[a1de4ba]: https://github.com/hiqdev/yii2-hiart/commit/a1de4ba
554+
[0.1.2]: https://github.com/hiqdev/yii2-hiart/compare/0.1.1...0.1.2

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1 2017-02-07 09:10:39 +0000 84b436256aa81dadcb71c22900fef8dbbb4a057d
1+
0.1.2 2017-02-08 09:26:39 +0000 a1de4ba31acfc3e2f1c9bba2742ffdcdd2ef64c8

0 commit comments

Comments
 (0)