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 fc58f3f commit 98e8779Copy full SHA for 98e8779
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
---------
3
4
+0.5.0 (2018-03-04)
5
+++++++++++++++++++
6
+
7
+Features:
8
9
+* Allow a schema factory to be passed to `use_args` and `use_kwargs`
10
+ (:issue:`79`). Thanks :user:`decaz` for the PR.
11
12
0.4.2 (2017-10-23)
13
++++++++++++++++++
14
flask_apispec/__init__.py
@@ -4,7 +4,7 @@
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.utils import Ref
-__version__ = '0.4.2'
+__version__ = '0.5.0'
__all__ = [
'doc',
'wrap_with',
0 commit comments