1 parent cfa76b0 commit a273fc3Copy full SHA for a273fc3
2 files changed
CHANGELOG.md
@@ -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
7
## v4.3.1 2026-01-12
8
9
- Allow const to be Any type by @alchzh in #248
flask_openapi/__version__.py
@@ -1 +1 @@
-__version__ = "5.0.0rc1"
+__version__ = "5.0.0rc2"
0 commit comments