File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Microdot change log
22
3+ ** Release 0.9.0** - 2022-06-04
4+
5+ - Streaming responses [ #44 ] ( https://github.com/miguelgrinberg/microdot/issues/44 ) ([ commit] ( https://github.com/miguelgrinberg/microdot/commit/d71665fd388c92a50198faf0d761235f0138797a ) )
6+ - Return 204 when view function returns None ([ commit] ( https://github.com/miguelgrinberg/microdot/commit/71009b49781ce356155df661a66dc98170f35d63 ) )
7+ - ASGI support ([ commit] ( https://github.com/miguelgrinberg/microdot/commit/7e8ecb199717dd90c6cb374cb0d24b54dd6ea33e ) )
8+ - WSGI support ([ commit] ( https://github.com/miguelgrinberg/microdot/commit/1ae51ccdf75991a2958b06f7a3439d64f92f1b69 ) )
9+ - Documentation updates ([ commit] ( https://github.com/miguelgrinberg/microdot/commit/bcbad516751f1ea9928f4a6d0e8843a4334b885a ) )
10+ - Add Python 3.10 to build ([ commit] ( https://github.com/miguelgrinberg/microdot/commit/5b5eb907d83d94dde544b266e6659071e4d47ee1 ) )
11+ - Run linter on examples ([ commit] ( https://github.com/miguelgrinberg/microdot/commit/c18ccccb8e0744d8670433aeeba068c5654f32df ) )
12+
313** Release 0.8.2** - 2022-04-20
414
515- Remove debugging print statement [ #38 ] ( https://github.com/miguelgrinberg/microdot/issues/38 ) ([ commit] ( https://github.com/miguelgrinberg/microdot/commit/0f278321c8bd65c5cb67425eb837e6581cbb0054 ) ) (thanks ** Mark Blakeney** !)
Original file line number Diff line number Diff line change 11[metadata]
22name = microdot
3- version = 0.8.3.dev0
3+ version = 0.9.0
44author = Miguel Grinberg
5566description = The impossibly small web framework for MicroPython
You can’t perform that action at this time.
0 commit comments