Skip to content

Commit a595263

Browse files
author
luolingchun
committed
release v4.0.1
1 parent 7961231 commit a595263

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

CHANGELOG.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1+
## v4.0.1 2024-10-05
2+
3+
- Fix alias in query and form by @luolingchun in #184
4+
15
## v4.0.0 2024-09-29
26

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
1115

1216
## v4.0.0rc3 2024-08-31
1317

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.0"
5+
__version__ = "4.0.1"

0 commit comments

Comments
 (0)