Skip to content

Commit 7883df4

Browse files
author
luolingchun
committed
release v4.0.2
1 parent 160ab49 commit 7883df4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v4.0.2 2024-11-10
2+
3+
- Reuse schema["title"] if it's defined by @ddorian in #186
4+
- Simple webhook schema by @ddorian in #191
5+
- Fix missing Field.default when it's value is None in openapi spec by @ddorian in #189
6+
- ServerVariable.enum should be optional by @luolingchun in #194
7+
8+
19
## v4.0.1 2024-10-05
210

311
- Fix alias in query and form by @luolingchun in #184

flask_openapi3/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# @Author : llc
33
# @Time : 2022/4/30 9:20
44

5-
__version__ = "4.0.1"
5+
__version__ = "4.0.2"

0 commit comments

Comments
 (0)