Skip to content

Commit 0d716a4

Browse files
authored
Merge pull request #73 from mts-ai/feature/release-2.5.0
Release 2.5.0
2 parents b6828cc + a19fbae commit 0d716a4

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

docs/changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changelog
22
#########
33

4+
**2.5.0**
5+
*********
6+
7+
Fix relationships filtering, refactor alchemy helpers
8+
=====================================================
9+
10+
* Fix filter by relationships by `@CosmoV`_ in `#52 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/52>`_
11+
* Add Codecov by `@mahenzon`_ in `#72 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/72>`_
12+
* Set RoutersJSONAPI class on AtomicViewHandler by `@mahenzon`_ in `#7b2557f <https://github.com/mts-ai/FastAPI-JSONAPI/commit/7b2557f9e341c1210200efce0f7b47c15d4cac4e>`_
13+
14+
Authors
15+
"""""""
16+
17+
* `@CosmoV`_
18+
* `@mahenzon`_
19+
20+
421
**2.4.2**
522
*********
623

@@ -14,6 +31,7 @@ Authors
1431

1532
* `@mahenzon`_
1633

34+
1735
**2.4.1**
1836
*********
1937

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = "2.4"
67+
version = "2.5"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "2.4.2"
69+
release = "2.5.2"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

fastapi_jsonapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from fastapi_jsonapi.exceptions.json_api import HTTPException
99
from fastapi_jsonapi.querystring import QueryStringManager
1010

11-
__version__ = "2.4.2"
11+
__version__ = "2.5.0"
1212

1313
__all__ = [
1414
"init",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ packages = [
7272

7373
[tool.poetry]
7474
name = "fastapi-jsonapi"
75-
version = "2.4.2"
75+
version = "2.5.0"
7676
description = "FastAPI extension to create REST web api according to JSON:API specification"
7777
authors = [
7878
"Aleksei Nekrasov <[email protected]>",

0 commit comments

Comments
 (0)