Skip to content

Commit 4bc9f4d

Browse files
author
github-actions
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 62d50a9 commit 4bc9f4d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

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+
512
## v0.2.1 (2023-10-14)
613

714
### Fix

pydango/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .query import AQLQuery
1111
from .query.operations import TraversalDirection
1212

13-
__version__ = "0.2.1"
13+
__version__ = "0.3.0"
1414
__all__ = [
1515
"PydangoSession",
1616
"VertexModel",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ name = "pydangorm"
9595
packages = [{include = "pydango"}]
9696
readme = "README.md"
9797
repository = "https://github.com/nadobando/pydangorm"
98-
version = "0.2.1"
98+
version = "0.3.0"
9999

100100
[tool.poetry.dependencies]
101101
aioarango = "^1.0.0"

0 commit comments

Comments
 (0)