Skip to content

Commit

Permalink
Bump to 2.6.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed Feb 16, 2024
1 parent cfa5248 commit 10aff5a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
#########

**2.6.0**
*********

Fix JOINS by relationships
==========================

* Fix JOINS by relationships `@CosmoV`_ in `#78 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/78>`_

Authors
"""""""

* `@CosmoV`_


**2.5.1**
*********

Expand Down
2 changes: 1 addition & 1 deletion fastapi_jsonapi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.6.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages = [

[tool.poetry]
name = "fastapi-jsonapi"
version = "2.5.1"
version = "2.6.0"
description = "FastAPI extension to create REST web api according to JSON:API specification"
authors = [
"Aleksei Nekrasov <[email protected]>",
Expand Down

0 comments on commit 10aff5a

Please sign in to comment.