Skip to content

Commit f5afbbc

Browse files
authored
release v4.2.0
1 parent 5a46eb6 commit f5afbbc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v4.2.0 2025-06-21
2+
3+
- fix(models): enable 'populate_by_name' to alias fields correctly by @omikader in #221
4+
- operation_id_callback with blueprint name and func name by @luolingchun in #224
5+
- Delay throwing validation error by @luolingchun in #223
6+
7+
18
## v4.1.0 2025-02-08
29

310
- Support for Python 3.13 by @luolingchun in #200

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.1.0"
5+
__version__ = "4.2.0"

0 commit comments

Comments
 (0)