Skip to content

Commit ebe6d41

Browse files
committed
release v2.2.0
1 parent 1305224 commit ebe6d41

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/pull_request_template.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ Checklist:
33
- [ ] Run `pytest tests` and no failed.
44
- [ ] Run `flake8 flask_openapi3 tests examples` and no failed.
55
- [ ] Run `mkdocs serve` and no failed.
6+
- [ ] Run `mypy flask_openapi3` and no failed.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2.2.0 2022-11-14
2+
3+
- support APIView
4+
- Add mypy
5+
- Support python 3.11
6+
- Upgrade Swagger UI 4.15.5
7+
- Upgrade Redoc UI 2.0.0
8+
19
## v2.1.1 2022-10-12
210

311
- [#41](https://github.com/luolingchun/flask-openapi3/issues/41) Set the `requestBody required` default value to True. Thanks @Colin-b

flask_openapi3/__version__.py

+1-1
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__ = "2.1.1"
5+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)