Skip to content

Commit 0912483

Browse files
authored
Merge pull request #79 from mts-ai/bump-version
Bump to 2.6.0, update changelog
2 parents cfa5248 + 10aff5a commit 0912483

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/changelog.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
#########
33

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+
418
**2.5.1**
519
*********
620

fastapi_jsonapi/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.6.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages = [
7373

7474
[tool.poetry]
7575
name = "fastapi-jsonapi"
76-
version = "2.5.1"
76+
version = "2.6.0"
7777
description = "FastAPI extension to create REST web api according to JSON:API specification"
7878
authors = [
7979
"Aleksei Nekrasov <[email protected]>",

0 commit comments

Comments
 (0)