Skip to content

Commit

Permalink
0.2.1
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 35547c4 commit 37f59d5
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.1 (2024-12-09)

### Bug Fixes

- Missing return and incorrect return schema
([`35547c4`](https://github.com/NextGenContributions/django-ninja-crudl/commit/35547c440d0515ff6ce3c96fffb8ffe4498e2784))


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

### Documentation
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.0"
__version__ = "0.2.1"

__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.0"
version = "0.2.1"
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 37f59d5

Please sign in to comment.