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 a848822 commit 0c16913Copy full SHA for 0c16913
2 files changed
CHANGES.rst
@@ -1,3 +1,12 @@
1
+0.18.1 2022-10-03
2
+-----------------
3
+
4
+* Bugfix static hosting with resource path escaping the root.
5
+* Bugfix adopt the Werkzeug/Flask make_conditional API/functionality.
6
+* Bugfix restore the reloader to Quart.
7
+* Bugfix support subdomains when testing.
8
+* Bugfix the signal handling to work on Windows.
9
10
0.18.0 2022-07-23
11
-----------------
12
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Quart"
-version = "0.18.0"
+version = "0.18.1"
description = "A Python ASGI web microframework with the same API as Flask"
authors = ["pgjones <philip.graham.jones@googlemail.com>"]
classifiers = [
0 commit comments