* Fixed import of RequestTimeout from quart. * Upgrade to ASGI 3.0 (Lifespan spec 2.0). * Bugfix prevent MultiErrors from crahsing the app. * Add py.typed for PEP 561 compliance. * Handle individual exceptions in MultiErrors.
0.2.0
----------------
* Use the latest Hypercorn and Quart run definition. * Allow for background tasks to be started, the app now has a nursery for background tasks. * Support Quart >= 0.8.0. * Support serving static files.