Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 3, 2024
1 parent 1dca26d commit dbb5725
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# CHANGELOG


## v0.1.3 (2024-12-03)

### Bug Fixes

- Related model inheritance fixes and string format reference support
([`fe97eaf`](https://github.com/NextGenContributions/django2pydantic/commit/fe97eaf67209d530589c4eacee245d7d5b0c6e97))

- Decimalfield fix?
([`db3e1ba`](https://github.com/NextGenContributions/django2pydantic/commit/db3e1bae28c79223399490cc0be7df0c1a217f20))

- Jsonfield fix?
([`79e1d08`](https://github.com/NextGenContributions/django2pydantic/commit/79e1d083a7bb3683183ab6832e599bd1ac8d77c4))


## v0.1.2 (2024-11-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion django2pydantic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from django2pydantic.types import Infer, InferExcept, MetaFields, ModelFields

__all__ = ["Infer", "InferExcept", "ModelFields", "MetaFields", "Schema"]
__version__ = "0.1.2"
__version__ = "0.1.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django2pydantic"
version = "0.1.2"
version = "0.1.3"
description = "Converting Django models to Pydantic models"
readme = "README.md"
requires-python = "==3.12.*"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbb5725

Please sign in to comment.