Skip to content

Commit

Permalink
chore(release): 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacey committed Jun 24, 2022
1 parent 0d16dc2 commit b12887c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.5.9](https://github.com/gundotio/worf/compare/v0.5.8...v0.5.9) (2022-06-24)

- Strip support for legacy serializers [#96](https://github.com/gundotio/worf/pull/96)
- Pass request + args + kwargs to view CRUD methods
- Support fields param on detail endpoints in addition to lists
- Apply fields param filtering in the serialization step
- Serializer `__call__` now honors only/exclude rules from its predecessors

### [0.5.8](https://github.com/gundotio/worf/compare/v0.5.7...v0.5.8) (2022-06-16)

- Add queryset support to `Pluck` field
Expand Down
2 changes: 1 addition & 1 deletion worf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.5.8"
__version__ = "v0.5.9"

0 comments on commit b12887c

Please sign in to comment.