Skip to content

Commit

Permalink
Bump and release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Jul 23, 2022
1 parent b68eaa0 commit e6de89e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.12.0 2022-07-23
-----------------

* Increase swagger version to 4.12.0.
* Render endpoint summary not as code.
* Bugfix ignore websocket routes when generating openapi description.
* Require Quart >= 0.18
* Switch to GitHub rather than GitLab.

0.11.1 2022-02-03
-----------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quart-schema"
version = "0.11.1"
version = "0.12.0"
description = "A Quart extension to provide schema validation"
authors = ["pgjones <[email protected]>"]
classifiers = [
Expand Down

0 comments on commit e6de89e

Please sign in to comment.