Skip to content

Commit 1145f24

Browse files
committed
update HISTORY and AUTHORS
1 parent 163e9a0 commit 1145f24

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

AUTHORS.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Development Lead
1010
Maintainers
1111
-----------
1212

13-
* Tony Wang <wwwjfy@gmail.com>
13+
* Tony Wang <tony@initialcommit.net>
1414

1515
Contributors
1616
------------
@@ -44,6 +44,7 @@ Contributors
4444
* Iuliia Volkova <xnuinside@gmail.com>
4545
* Roman Averchenkov <aragentum@gmail.com>
4646
* AustinPena <austincollinpena@gmail.com>
47+
* Yurii Karabas <1998uriyyo@gmail.com>
4748

4849

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

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ GINO 1.1
1414
* [Breaking] Empty object instead of ``None`` being returned for objects with values of all selected columns are None (#729)
1515
* Added MySQL support (#381 #685)
1616
* [Breaking] asyncpg is no longer installed as a dependency by default, install ``gino[pg]`` for the old behavior
17+
* Fixed multiple referenced connection stack in newly created coroutines (#747)
1718

1819

1920
GINO 1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.1.0-beta.2"
44
description = "GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core."
55
license = "BSD-3-Clause"
66
authors = ["Fantix King <fantix.king@gmail.com>"]
7-
maintainers = ["Tony Wang <wwwjfy@gmail.com>", "Fantix King <fantix.king@gmail.com>"]
7+
maintainers = ["Tony Wang <tony@initialcommit.net>", "Fantix King <fantix.king@gmail.com>"]
88
readme = "README.rst"
99
homepage = "https://python-gino.org"
1010
repository = "https://github.com/python-gino/gino"

0 commit comments

Comments
 (0)