Skip to content

Commit

Permalink
release v4.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
luolingchun committed Aug 31, 2024
1 parent 0b072eb commit b073e03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v4.0.0rc3 2024-08-31

- Add py.typed marker file for PEP-561 support by @luolingchun in #160
- Use ruff instead of flake8 by @luolingchun in #164
- Remove experimental export markdown by @luolingchun in #161
- Fix `populate_by_name` when execute `model_validate` by @luolingchun in #167
- Optimize performance and unit testing by @luolingchun in #155

## v4.0.0rc2 2024-06-16

- Fix empty list in body by @luolingchun in #154
Expand Down
2 changes: 1 addition & 1 deletion flask_openapi3/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# @Author : llc
# @Time : 2022/4/30 9:20

__version__ = "4.0.0rc2"
__version__ = "4.0.0rc3"

0 comments on commit b073e03

Please sign in to comment.