Skip to content

Commit

Permalink
chore(release): 0.4.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 17, 2024
1 parent 9947377 commit dc7e8e5
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,62 @@



## v0.4.5 (2024-04-17)

### Chore

* chore: fix maintenance docs (#39) ([`9947377`](https://github.com/adfinis/django-generic-api-permissions/commit/99473779dca83ea5c4affe02f3625683e1b9e1c5))

* chore: add CONTRIBUTING.md, allow running pytest directly in dev (#50)

Co-authored-by: Fabio Ambauen <1833932+open-dynaMIX@users.noreply.github.com> ([`4fd4a34`](https://github.com/adfinis/django-generic-api-permissions/commit/4fd4a34b2e7982048f1a4db695a598d214667dcb))

* chore(deps): bump django from 4.2.9 to 4.2.11

Bumps [django](https://github.com/django/django) from 4.2.9 to 4.2.11.
- [Commits](https://github.com/django/django/compare/4.2.9...4.2.11)

---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com> ([`a6b445d`](https://github.com/adfinis/django-generic-api-permissions/commit/a6b445da1d2baaa304d997320ca77c87ed2f0957))

* chore(deps-dev): bump ruff from 0.2.2 to 0.3.5

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.2 to 0.3.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.2.2...v0.3.5)

---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com> ([`42d7930`](https://github.com/adfinis/django-generic-api-permissions/commit/42d7930176a5bec01f93159fa8395783a39c8c22))

### Fix

* fix: don't check permissions for GET requests (#51)

Permissions should only deal with POST/PATCH/DELETE - GET requests
should be entirely governed by the visibility layer. ([`774f259`](https://github.com/adfinis/django-generic-api-permissions/commit/774f2594a56d824f1b5f9bba3d44de15b115f55c))


## v0.4.4 (2024-03-20)

### Chore

* chore(release): 0.4.4

Automatically generated by python-semantic-release ([`d765283`](https://github.com/adfinis/django-generic-api-permissions/commit/d765283ccc338171f5cebf8837e6000cffb8cc93))

### Fix

* fix: add fallback for queryset of read_only related fields (#38)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-generic-api-permissions"
version = "0.4.4"
version = "0.4.5"
description="Generic API permissions and visibilities for Django"
authors = ["Adfinis <indo@adfinis.com>"]
readme = "README.md"
Expand Down

0 comments on commit dc7e8e5

Please sign in to comment.