Skip to content

Commit

Permalink
Bump to version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Oct 15, 2024
1 parent 6e3cdea commit 92eb985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changes

- 0.6.1
* Fix: Fully exclude fields not listed in `Meta.entangled_fields`, `Meta.untangled_field` or `Meta.fields`.

- 0.6
* Add support for Django's `modelform_factory` and `Meta.fields` option.
* Add support for Django 5.0, 5.1
Expand Down
2 changes: 1 addition & 1 deletion entangled/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6'
__version__ = '0.6.1'

0 comments on commit 92eb985

Please sign in to comment.