Skip to content

Commit 503c93b

Browse files
authored
Release 0.25.0 (#1934)
1 parent 07a4f25 commit 503c93b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Changelog
99
0.25
1010
====
1111

12-
0.25.0 (unreleased)
12+
0.25.0
1313
------
1414
Fixed
1515
^^^^^
@@ -24,6 +24,10 @@ Added
2424
^^^^^
2525
- `.only` supports selecting related fields, e.g. `.only("related__field")` (#1923)
2626

27+
Fixed
28+
^^^^^
29+
- Fix pydantic_model_creator incompatibility with Pydantic 2.11 (#1930)
30+
2731

2832
0.24
2933
====

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tortoise-orm"
3-
version = "0.24.2"
3+
version = "0.25.0"
44
description = "Easy async ORM for python, built with relations in mind"
55
authors = [{name="Andrey Bondar", email="[email protected]"}, {name="Nickolas Grigoriadis", email="[email protected]"}, {name="long2ice", email="[email protected]"}]
66
license = {text="Apache-2.0"}

0 commit comments

Comments
 (0)