We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfa5248 + 10aff5a commit 0912483Copy full SHA for 0912483
docs/changelog.rst
@@ -1,6 +1,20 @@
1
Changelog
2
#########
3
4
+**2.6.0**
5
+*********
6
+
7
+Fix JOINS by relationships
8
+==========================
9
10
+* Fix JOINS by relationships `@CosmoV`_ in `#78 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/78>`_
11
12
+Authors
13
+"""""""
14
15
+* `@CosmoV`_
16
17
18
**2.5.1**
19
*********
20
fastapi_jsonapi/VERSION
@@ -1 +1 @@
-2.5.1
+2.6.0
pyproject.toml
@@ -73,7 +73,7 @@ packages = [
73
74
[tool.poetry]
75
name = "fastapi-jsonapi"
76
-version = "2.5.1"
+version = "2.6.0"
77
description = "FastAPI extension to create REST web api according to JSON:API specification"
78
authors = [
79
"Aleksei Nekrasov <[email protected]>",
0 commit comments