Skip to content

Commit 8131fb0

Browse files
committed
1.1.0-beta.1
1 parent b8ecbde commit 8131fb0

File tree

3 files changed

+28
-17
lines changed

3 files changed

+28
-17
lines changed

HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
History
33
=======
44

5+
GINO 1.1
6+
--------
7+
8+
1.1.0 (pending)
9+
^^^^^^^^^^^^^^^
10+
11+
* Added baked query feature (#478 #659 #667)
12+
* Added ``Query.gino.execution_options`` shortcut (#659)
13+
* Added ``@db.declared_attr(with_table=True)`` (#659)
14+
15+
516
GINO 1.0
617
--------
718

poetry.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gino"
3-
version = "1.1.0-alpha"
3+
version = "1.1.0-beta.1"
44
description = "GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core."
55
license = "BSD-3-Clause"
66
authors = ["Fantix King <[email protected]>"]

0 commit comments

Comments
 (0)