File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,20 @@ Changelog
22#########
33
44
5+ **2.2.0 **
6+ *********
7+
8+ Support for pydantic validators
9+ ===============================
10+
11+ * Pydantic validators are applied to generated schemas now
12+
13+ Authors
14+ """""""
15+
16+ * `@CosmoV `_
17+
18+
519**2.1.0 **
620*********
721
Original file line number Diff line number Diff line change 6464# built documents.
6565#
6666# The short X.Y version.
67- version = "2.1 "
67+ version = "2.2 "
6868# The full version, including alpha/beta/rc tags.
69- release = "2.1 .0"
69+ release = "2.2 .0"
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
Original file line number Diff line number Diff line change 88from fastapi_jsonapi .exceptions .json_api import HTTPException
99from fastapi_jsonapi .querystring import QueryStringManager
1010
11- __version__ = "2.1 .0"
11+ __version__ = "2.2 .0"
1212
1313__all__ = [
1414 "init" ,
Original file line number Diff line number Diff line change @@ -72,11 +72,12 @@ packages = [
7272
7373[tool .poetry ]
7474name = " fastapi-jsonapi"
75- version = " 2.1 .0"
75+ version = " 2.2 .0"
7676description = " FastAPI extension to create REST web api according to JSON:API specification"
7777authors = [
7878 " Aleksei Nekrasov <nekrasov.aleks@mail.ru>" ,
7979 " Suren Khorenyan <surenkhorenyan@gmail.com>" ,
80+ " German Bernadskiy <german11235813@gmail.com>" ,
8081]
8182license = " MIT"
8283readme = " README.md"
You can’t perform that action at this time.
0 commit comments