Skip to content

Commit e272ab0

Browse files
committed
Bump 1.1.7
1 parent e6c7f64 commit e272ab0

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ Changelog
88
1.1
99
===
1010

11+
1.1.7
12+
-----
13+
14+
Added
15+
^^^^^
16+
- Tests for model validators. (#2137)
17+
18+
Fixed
19+
^^^^^
20+
- Reorder delete model operations in migrations to avoid foreign key constraint errors. (#2145)
21+
- Return value generated by ``db_default`` on create instead of ``None``. (#2143)
22+
- Column comment alteration now works correctly for MySQL and PostgreSQL; fixed ``db_default`` handling for MySQL. (#2142)
23+
- Fix docstrings for a few classes. (#2135)
24+
25+
Changed
26+
^^^^^^^
27+
- Improved Pydantic JSON dump performance. (#2130)
28+
1129
1.1.6
1230
-----
1331

tortoise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ async def main() -> None:
585585
portal.call(main)
586586

587587

588-
__version__ = "1.1.6"
588+
__version__ = "1.1.7"
589589

590590
__all__ = [
591591
"BackwardFKRelation",

0 commit comments

Comments
 (0)