Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-h committed Jan 21, 2020
1 parent c0331bd commit 5a98c44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.6 (21-01-2020)
- added ability to disable validation per route. Closes [#29](https://github.com/hh-h/aiohttp-swagger3/issues/29)
- added discriminator support. Closes [#34](https://github.com/hh-h/aiohttp-swagger3/issues/34)
- added RapiDoc UI. Closes [#39](https://github.com/hh-h/aiohttp-swagger3/issues/39)

## 0.3.5 (18-12-2019)
- one more attempt to fix fonts

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

from .swagger_docs import SwaggerDocs
Expand Down

0 comments on commit 5a98c44

Please sign in to comment.