Skip to content

Commit

Permalink
Bump version to 0.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abondar committed Aug 17, 2024
1 parent 60c225e commit 4e5847a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Fixed
^^^^^
- Fix bug in `pydantic_model_creator` when a foreign key is not included in `include` param. (#1430)
- Fix bug in `contrib.sanic.register_tortoise` causing a deadlock when using asyncpg and > 1 workers (#1696)
- Open psycopg pool with `.open()` to remove deprecated warning (#1697)
- Fix bug in `bulk_update` when pk field is not `id` (#1698)
- Fix mysql uuid compression bug (#1687)
- Fix comment for fk fields without constraint for mysql (#1679)
- Removed no_delay option for postgres, as it wasn't doing anything (#1677)

0.21.5 <../0.21.5>`_ - 2024-07-18
------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tortoise-orm"
version = "0.21.5"
version = "0.21.6"
description = "Easy async ORM for python, built with relations in mind"
authors = ["Andrey Bondar <[email protected]>", "Nickolas Grigoriadis <[email protected]>", "long2ice <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 4e5847a

Please sign in to comment.