Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 19, 2024
1 parent 08399cd commit 1081da2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# CHANGELOG


## v0.0.4 (2024-11-19)


## v0.0.3 (2024-11-19)

### Bug Fixes

- Funding link
([`afe76f4`](https://github.com/NextGenContributions/django-ninja-crudl/commit/afe76f4a0644c2620bf3729c0e852ba586667db1))


## v0.0.2 (2024-11-19)

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 @@ -9,7 +9,7 @@
WithObjectActions,
)

__version__ = "0.0.3"
__version__ = "0.0.4"

__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.0.3"
version = "0.0.4"
description = "CRUDL REST API endpoints from Django ORM models using Django Ninja framework"
authors = [
{name = "Jukka Hassinen", email = "jukka.hassinen@gmail.com"}
Expand Down

0 comments on commit 1081da2

Please sign in to comment.