Skip to content

Commit 4d4e0be

Browse files
committed
release v4.0.0rc2
1 parent 02ac443 commit 4d4e0be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v4.0.0rc2 2024-06-16
2+
3+
- Fix empty list in body by @luolingchun in #154
4+
15
## v4.0.0rc1 2024-06-02
26

37
- Support plugins for ui templates

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.0rc1"
5+
__version__ = "4.0.0rc2"

0 commit comments

Comments
 (0)