We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74e14c commit 2839f77Copy full SHA for 2839f77
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog
2
---------
3
4
+0.8.0 (2018-02-13)
5
+******************
6
+
7
+Features:
8
9
+* Supports apispec>=1.0.0 (:issue:`130`). Older apispec versions are no longer supported.
10
+ Thanks :user:`DStape` for the PR.
11
+* Upgrade swagger-ui to version 3.20.7.
12
13
0.7.0 (2018-07-01)
14
++++++++++++++++++
15
flask_apispec/__init__.py
@@ -4,7 +4,7 @@
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.utils import Ref
-__version__ = '0.7.0'
+__version__ = '0.8.0'
__all__ = [
'doc',
'wrap_with',
0 commit comments