Skip to content

Commit

Permalink
Bumpms version and updates release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsinger86 committed Apr 5, 2022
1 parent 3ee180c commit a0f0dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ It will automatically call `select_related` and `prefetch_related` on the curren

# Changelog <a id="changelog"></a>

## 0.9.8 (April 2022)
- Set expandable fields as the default example for expand query parameters in `coreapi.Field`. Thanks @JasperSui!

## 0.9.7 (January 2022)
- Includes m2m in prefetch_related clause even if they're not expanded. Thanks @pablolmedorado and @ADR-007!

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def readme():
]
setup(
name="drf-flex-fields",
version="0.9.7",
version="0.9.8",
description="Flexible, dynamic fields and nested resources for Django REST Framework serializers.",
author="Robert Singer",
author_email="[email protected]",
Expand Down

0 comments on commit a0f0dbf

Please sign in to comment.