Skip to content

Commit a5139a1

Browse files
committed
release v2.3.0
1 parent 26004cf commit a5139a1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.3.0 2023-02-12
2+
3+
- Support custom UI templates (#55)
4+
- endpoint index rename to openapi
5+
- fix missing enum in components schemas
6+
17
## v2.2.2 2023-01-01
28

39
- Fix async

flask_openapi3/__version__.py

Lines changed: 1 addition & 1 deletion
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__ = "2.2.2"
5+
__version__ = "2.3.0"

0 commit comments

Comments
 (0)