Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ Changelog
0.24
====

0.24.2 (Unreleased)
0.24.2
------

Fixed
^^^^^
- Fix model with multi m2m fields generates wrong references name (#1897)
- Fix using reserved words in order_by (#1900)
- Fix installing tortoise-orm with poetry 2 (#1885)

Changed
^^^^^^^
- Use 'unique' instead of 'create_unique_index' for m2m field (#1903)

0.24.1
------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tortoise-orm"
version = "0.24.1"
version = "0.24.2"
description = "Easy async ORM for python, built with relations in mind"
authors = [{name="Andrey Bondar", email="[email protected]"}, {name="Nickolas Grigoriadis", email="[email protected]"}, {name="long2ice", email="[email protected]"}]
license = {text="Apache-2.0"}
Expand Down