Skip to content

Commit 8f86f0b

Browse files
committed
release v4.0.0
1 parent f9f5dac commit 8f86f0b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v4.0.0 2024-09-29
2+
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
11+
112
## v4.0.0rc3 2024-08-31
213

314
- Add py.typed marker file for PEP-561 support by @luolingchun in #160

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

0 commit comments

Comments
 (0)