File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## v0.3.0 (2024-07-20)
6
+
7
+ ### Feature
8
+
9
+ * feat: allow pydantic v2 usage (#15 ) ([ ` 62d50a9 ` ] ( https://github.com/nadobando/pydangorm/commit/62d50a96f65480b5b22101ac7a0d954b89b8253d ) )
10
+
11
+
5
12
## v0.2.1 (2023-10-14)
6
13
7
14
### Fix
Original file line number Diff line number Diff line change 10
10
from .query import AQLQuery
11
11
from .query .operations import TraversalDirection
12
12
13
- __version__ = "0.2.1 "
13
+ __version__ = "0.3.0 "
14
14
__all__ = [
15
15
"PydangoSession" ,
16
16
"VertexModel" ,
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ name = "pydangorm"
95
95
packages = [{include = " pydango" }]
96
96
readme = " README.md"
97
97
repository = " https://github.com/nadobando/pydangorm"
98
- version = " 0.2.1 "
98
+ version = " 0.3.0 "
99
99
100
100
[tool .poetry .dependencies ]
101
101
aioarango = " ^1.0.0"
You can’t perform that action at this time.
0 commit comments