Skip to content

Commit b7b1362

Browse files
author
github-actions
committed
0.2.3
Automatically generated by python-semantic-release
1 parent ba5bda5 commit b7b1362

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# CHANGELOG
22

33

4+
## v0.2.3 (2024-12-13)
5+
6+
### Bug Fixes
7+
8+
- Partial payload patch ([#9](https://github.com/NextGenContributions/django-ninja-crudl/pull/9),
9+
[`ba5bda5`](https://github.com/NextGenContributions/django-ninja-crudl/commit/ba5bda5be54e50ebe5eaa0ea482517e9d43db5c7))
10+
11+
* fix: Partial payload patch
12+
13+
* chore: Optimize import
14+
15+
* fix: Patch schema did not have original field's metadata and validations
16+
17+
418
## v0.2.2 (2024-12-09)
519

620
### Bug Fixes

django_ninja_crudl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
WithObjectActions,
1313
)
1414

15-
__version__ = "0.2.2"
15+
__version__ = "0.2.3"
1616

1717
__all__ = [
1818
"Crudl",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-ninja-crudl"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "CRUDL REST API endpoints from Django ORM models using Django Ninja framework"
55
requires-python = "==3.12.*"
66
authors = [

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)