Skip to content

Commit 0c16913

Browse files
committed
Bump and release 0.18.1
1 parent a848822 commit 0c16913

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
0.18.0 2022-07-23
211
-----------------
312

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Quart"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
description = "A Python ASGI web microframework with the same API as Flask"
55
authors = ["pgjones <philip.graham.jones@googlemail.com>"]
66
classifiers = [

0 commit comments

Comments
 (0)