Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-h committed Mar 7, 2020
1 parent 21b74e6 commit 37febf4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.4.0 (07-03-2020)
------------------

- raise custom exception when validation fails. Closes `#49 <https://github.com/hh-h/aiohttp-swagger3/issues/49>`_
- finally added documentation
- bump Swagger UI to 3.25.0
- bump RapiDoc UI to 7.4.0
- bump ReDoc UI to v2.0.0-rc23
- removed deprecated ``up_path`` parameter from ``SwaggerDocs`` and ``SwaggerFile``

0.3.6 (21-01-2020)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_swagger3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"SwaggerUiSettings",
"__version__",
)
__version__ = "0.3.6"
__version__ = "0.4.0"
__author__ = "Valetov Konstantin"

from .swagger_docs import SwaggerDocs
Expand Down

0 comments on commit 37febf4

Please sign in to comment.