Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 20, 2024
1 parent 62d50a9 commit 4bc9f4d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.3.0 (2024-07-20)

### Feature

* feat: allow pydantic v2 usage (#15) ([`62d50a9`](https://github.com/nadobando/pydangorm/commit/62d50a96f65480b5b22101ac7a0d954b89b8253d))


## v0.2.1 (2023-10-14)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pydango/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .query import AQLQuery
from .query.operations import TraversalDirection

__version__ = "0.2.1"
__version__ = "0.3.0"
__all__ = [
"PydangoSession",
"VertexModel",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ name = "pydangorm"
packages = [{include = "pydango"}]
readme = "README.md"
repository = "https://github.com/nadobando/pydangorm"
version = "0.2.1"
version = "0.3.0"

[tool.poetry.dependencies]
aioarango = "^1.0.0"
Expand Down

0 comments on commit 4bc9f4d

Please sign in to comment.