Skip to content

Commit a273fc3

Browse files
authored
release v5.0.0rc2 (#271)
1 parent cfa76b0 commit a273fc3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v4.3.2 2026-05-09
2+
3+
- Fix `summary` and `description` in `__doc__` by @luolingchun in #264
4+
- Fix the trailing / caused by register_api with url_prefix by @luolingchun in #265
5+
- Fix crash when header not present by @luolingchun in #266
6+
17
## v4.3.1 2026-01-12
28

39
- Allow const to be Any type by @alchzh in #248

flask_openapi/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.0.0rc1"
1+
__version__ = "5.0.0rc2"

0 commit comments

Comments
 (0)