Release 0.8.1

This commit is contained in:
Miguel Grinberg
2022-03-18 23:51:28 +00:00
parent 29a9f6f46c
commit 453e133cc2
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Microdot change log
**Release 0.8.1** - 2022-03-18
- Optimizations for request streams and bodies ([commit](https://github.com/miguelgrinberg/microdot/commit/29a9f6f46c737aa0fd452766c23bd83008594ac4))
**Release 0.8.0** - 2022-02-18
- Support streamed request payloads [#26](https://github.com/miguelgrinberg/microdot/issues/26) ([commit](https://github.com/miguelgrinberg/microdot/commit/992fa722c1312c0ac0ee9fbd5e23ad7b52d3caca))

View File

@@ -1,6 +1,6 @@
[metadata]
name = microdot
version = 0.8.1.dev0
version = 0.8.1
author = Miguel Grinberg
author_email = miguel.grinberg@gmail.com
description = The impossibly small web framework for MicroPython