Skip to content

Commit

Permalink
0.2.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 13, 2024
1 parent ba5bda5 commit b7b1362
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.2.3 (2024-12-13)

### Bug Fixes

- Partial payload patch ([#9](https://github.com/NextGenContributions/django-ninja-crudl/pull/9),
[`ba5bda5`](https://github.com/NextGenContributions/django-ninja-crudl/commit/ba5bda5be54e50ebe5eaa0ea482517e9d43db5c7))

* fix: Partial payload patch

* chore: Optimize import

* fix: Patch schema did not have original field's metadata and validations


## v0.2.2 (2024-12-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion django_ninja_crudl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
WithObjectActions,
)

__version__ = "0.2.2"
__version__ = "0.2.3"

__all__ = [
"Crudl",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-ninja-crudl"
version = "0.2.2"
version = "0.2.3"
description = "CRUDL REST API endpoints from Django ORM models using Django Ninja framework"
requires-python = "==3.12.*"
authors = [
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 b7b1362

Please sign in to comment.