Skip to content

Commit 7c026d4

Browse files
committed
Refs #351, prepare to release an old 0.7.6
1 parent 51213c7 commit 7c026d4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Contributors
2323
* Nicolas Crocfer <[email protected]>
2424
* Denys Badzo <[email protected]>
2525
* Pavol Vargovcik <[email protected]>
26+
* Mykyta Holubakha <[email protected]>
2627

2728

2829
Special thanks to my wife Daisy and her outsourcing company `DecentFoX Studio`_,

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ GINO 0.7
77

88
This is also version 1.0 beta 3.
99

10+
0.7.6 (2018-08-26)
11+
^^^^^^^^^^^^^^^^^^
12+
13+
* Updated library support (Contributed by Tony Wang in #275 #309)
14+
* Added ``none_as_none()`` (#281 #282)
15+
* Added ``ARRAY`` alias in asyncpg dialect module (Contributed by Mykyta Holubakha in #289)
16+
* Added ``Model.lookup()`` to prevent updating whole table without primary key (#287 #288)
17+
* Added ``DB_ECHO`` in extension options (Contributed by Mykyta Holubakha in #298)
18+
* Fixed broken JSON/JSONB result processor since 0.5.8 (Contributed by Tony Wang in #291 #305)
19+
* Removed bad rollback after a failing commit (Contributed by Tony Wang in #302 #304)
20+
* Fixed to raise ``UninitializedError`` if bind is ``None`` (Contributed by Tony Wang in #307 #310)
21+
1022
0.7.5 (2018-07-26)
1123
^^^^^^^^^^^^^^^^^^
1224

0 commit comments

Comments
 (0)