From 2fee95ea4ffdc875404eadf1d65015c4b3a5c465 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 9 Dec 2024 09:12:53 +0000 Subject: [PATCH] 0.2.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ django_ninja_crudl/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06f086..9429da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.2.2 (2024-12-09) + +### Bug Fixes + +- Missing pre_patch hook + ([`7c9596d`](https://github.com/NextGenContributions/django-ninja-crudl/commit/7c9596d43beff13c2819483a5704a81229e82dde)) + + ## v0.2.1 (2024-12-09) ### Bug Fixes diff --git a/django_ninja_crudl/__init__.py b/django_ninja_crudl/__init__.py index 5e1644f..f2e1131 100644 --- a/django_ninja_crudl/__init__.py +++ b/django_ninja_crudl/__init__.py @@ -10,7 +10,7 @@ WithObjectActions, ) -__version__ = "0.2.1" +__version__ = "0.2.2" __all__ = [ "Crudl", diff --git a/pyproject.toml b/pyproject.toml index e018ef7..04a3ba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "django-ninja-crudl" -version = "0.2.1" +version = "0.2.2" description = "CRUDL REST API endpoints from Django ORM models using Django Ninja framework" requires-python = "==3.12.*" authors = [ diff --git a/uv.lock b/uv.lock index 38f5732..4b7e56d 100644 --- a/uv.lock +++ b/uv.lock @@ -375,7 +375,7 @@ wheels = [ [[package]] name = "django-ninja-crudl" -version = "0.2.1" +version = "0.2.2" source = { editable = "." } dependencies = [ { name = "django2pydantic" },