File tree 2 files changed +13
-9
lines changed
2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change
1
+ ## v4.0.1 2024-10-05
2
+
3
+ - Fix alias in query and form by @luolingchun in #184
4
+
1
5
## v4.0.0 2024-09-29
2
6
3
- * Support plugins for ui templates by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/ 151
4
- * Add py.typed marker file for PEP-561 support by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/ 160
5
- * Use ruff instead of flake8 by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/ 164
6
- * Remove experimental export markdown by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/ 161
7
- * Fix ` populate_by_name ` when execute ` model_validate ` by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/ 167
8
- * Update docs by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/ 155
9
- * Fix __ get_pydantic_core_schema__ by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/ 179
10
- * Fix list with default value by @luolingchun in https://github.com/luolingchun/flask-openapi3/pull/ 180
7
+ * Support plugins for ui templates by @luolingchun in # 151
8
+ * Add py.typed marker file for PEP-561 support by @luolingchun in # 160
9
+ * Use ruff instead of flake8 by @luolingchun in # 164
10
+ * Remove experimental export markdown by @luolingchun in # 161
11
+ * Fix ` populate_by_name ` when execute ` model_validate ` by @luolingchun in # 167
12
+ * Update docs by @luolingchun in # 155
13
+ * Fix __ get_pydantic_core_schema__ by @luolingchun in # 179
14
+ * Fix list with default value by @luolingchun in # 180
11
15
12
16
## v4.0.0rc3 2024-08-31
13
17
Original file line number Diff line number Diff line change 2
2
# @Author : llc
3
3
# @Time : 2022/4/30 9:20
4
4
5
- __version__ = "4.0.0 "
5
+ __version__ = "4.0.1 "
You can’t perform that action at this time.
0 commit comments