8000 πŸ”– Release version 0.115.11 Β· fastapi/fastapi@3824664 Β· GitHub
[go: up one dir, main page]

Skip to content

Commit 3824664

Browse files
committed
πŸ”– Release version 0.115.11
1 parent a01ed2f commit 3824664

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

β€Ždocs/en/docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ hide:
77

88
## Latest Changes
99

10+
## 0.115.11
11+
1012
### Fixes
1113

1214
* πŸ› Add docs examples and tests (support) for `Annotated` custom validations, like `AfterValidator`, revert [#13440](https://github.com/fastapi/fastapi/pull/13440). PR [#13442](https://github.com/fastapi/fastapi/pull/13442) by [@tiangolo](https://github.com/tiangolo).

β€Žfastapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
22

3-
__version__ = "0.115.10"
3+
__version__ = "0.115.11"
44

55
from starlette import status as status
66

0 commit comments

Comments
Β (0)
0