File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
Note that in line with [ Django REST framework policy] ( https://www.django-rest-framework.org/topics/release-notes/ ) ,
9
9
any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
10
10
11
- ## [ Unreleased ]
11
+ ## [ 6.1.0 ] - 2023-08-25
12
12
13
13
### Added
14
14
@@ -48,7 +48,7 @@ any parts of the framework not mentioned in the documentation should generally b
48
48
49
49
# ## Fixed
50
50
51
- * Refactored handling of the `sort` query parameter to fix duplicate declaration in the generated schema definition
51
+ * Refactored handling of the `sort` query parameter to fix duplicate declaration in the generated OpenAPI schema definition
52
52
* Non- field serializer errors are given a source.pointer value of " /data" .
53
53
* Fixed " id" field being added to / data/ attributes in the OpenAPI schema when it is not rendered there.
54
54
* Fixed `SerializerMethodResourceRelatedField(many = True )` fields being given
Original file line number Diff line number Diff line change 1
1
__title__ = "djangorestframework-jsonapi"
2
- __version__ = "6.0 .0"
2
+ __version__ = "6.1 .0"
3
3
__author__ = ""
4
4
__license__ = "BSD"
5
5
__copyright__ = ""
You can’t perform that action at this time.
0 commit comments