Skip to content

Commit d237b39

Browse files
committed
release v2.0.0rc1
1 parent 1ee443c commit d237b39

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
## 2.0.0 2022-??-??
2+
3+
- [#17](https://github.com/luolingchun/flask-openapi3/issues/17) Support for Nested APIBlueprint enhancement. Thanks @dvaerum
4+
- [#23](https://github.com/luolingchun/flask-openapi3/pull/23) Fixed externalDocs support. Thanks @dvaerum
5+
- Add `flask openapi` command
6+
- Remove export markdown to `flask openapi` command
7+
- Upgrade flask to v2.0
8+
19
## v1.1.4 2022-05-05
210

311
- fix: Trailing slash in APIBlueprint
412

513
## v1.1.3 2022-05-01
614

715
- fix: Find globalns for the unwrapped func
8-
- [#19](https://github.com/luolingchun/flask-openapi3/issues/19) fix: Trailing slash in APIBlueprint. Thinks @ev-agelos
16+
- [#19](https://github.com/luolingchun/flask-openapi3/issues/19) fix: Trailing slash in APIBlueprint. Thanks @ev-agelos
917
- add description for UnprocessableEntity
1018
- remove printouts in `__init__.py`
1119

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__ = '1.1.4'
5+
__version__ = '2.0.0rc1'

0 commit comments

Comments
 (0)