Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 2.6.0, update changelog #79

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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**
*********

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
@@ -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 <nekrasov.aleks@mail.ru>",