Skip to content

Commit

Permalink
Release 7.0.2 (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliverc authored Jun 28, 2024
1 parent d1163ce commit 971a879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Note that in line with [Django REST framework policy](https://www.django-rest-framework.org/topics/release-notes/),
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.

## [Unreleased]
## [7.0.2] - 2024-06-28

### Fixed

* Re-enabled overwriting of url field (regression since 7.0.0)
* Allow overwriting of url field again (regression since 7.0.0)
* Ensured that no fields are rendered when sparse fields is set to an empty value. (regression since 7.0.0)

## [7.0.1] - 2024-06-06
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_json_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "djangorestframework-jsonapi"
__version__ = "7.0.1"
__version__ = "7.0.2"
__author__ = ""
__license__ = "BSD"
__copyright__ = ""
Expand Down

0 comments on commit 971a879

Please sign in to comment.