Skip to content

Commit b073e03

Browse files
committed
release v4.0.0rc3
1 parent 0b072eb commit b073e03

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v4.0.0rc3 2024-08-31
2+
3+
- Add py.typed marker file for PEP-561 support by @luolingchun in #160
4+
- Use ruff instead of flake8 by @luolingchun in #164
5+
- Remove experimental export markdown by @luolingchun in #161
6+
- Fix `populate_by_name` when execute `model_validate` by @luolingchun in #167
7+
- Optimize performance and unit testing by @luolingchun in #155
8+
19
## v4.0.0rc2 2024-06-16
210

311
- Fix empty list in body by @luolingchun in #154

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__ = "4.0.0rc2"
5+
__version__ = "4.0.0rc3"

0 commit comments

Comments
 (0)