Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 9, 2024
1 parent 7c9596d commit 2fee95e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 @@ -10,7 +10,7 @@
WithObjectActions,
)

__version__ = "0.2.1"
__version__ = "0.2.2"

__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.1"
version = "0.2.2"
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 2fee95e

Please sign in to comment.