Skip to content

Commit

Permalink
Merge pull request #261 from rochacbruno/release-0.9.2
Browse files Browse the repository at this point in the history
Release 0.9.2
  • Loading branch information
javabrett committed Nov 15, 2018
2 parents a7f04b6 + f1d64da commit bb88ed5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog

These are all the changes in Flasgger since the 0.6.0 release

0.9.2
-----

- Fixed packaging issue caused by the inclusion of examples [#242](https://github.com/rochacbruno/flasgger/issues/242)
- Enhancement allowing swagger-ui and static js to be loaded from external URLs [#245](https://github.com/rochacbruno/flasgger/pull/245)
- Added ui_params_text to allow raw text to be added to ui_params [#244](https://github.com/rochacbruno/flasgger/pull/244)
- Auto-disable Flasgger caching when running Flask in debug mode [#250](https://github.com/rochacbruno/flasgger/pull/250)

0.9.1
-----

Expand Down
2 changes: 1 addition & 1 deletion flasgger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.9.2.dev0'
__version__ = '0.9.2'
__author__ = 'Bruno Rocha'
__email__ = 'rochacbruno@gmail.com'

Expand Down

0 comments on commit bb88ed5

Please sign in to comment.