Skip to content

Commit 5f7efcc

Browse files
Release 0.8.2
1 parent 0f27832 commit 5f7efcc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Microdot change log
22

3+
**Release 0.8.2** - 2022-04-20
4+
5+
- Remove debugging print statement [#38](https://github.com/miguelgrinberg/microdot/issues/38) ([commit](https://github.com/miguelgrinberg/microdot/commit/0f278321c8bd65c5cb67425eb837e6581cbb0054)) (thanks **Mark Blakeney**!)
6+
37
**Release 0.8.1** - 2022-03-18
48

59
- Optimizations for request streams and bodies ([commit](https://github.com/miguelgrinberg/microdot/commit/29a9f6f46c737aa0fd452766c23bd83008594ac4))

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = microdot
3-
version = 0.8.2.dev0
3+
version = 0.8.2
44
author = Miguel Grinberg
55
author_email = [email protected]
66
description = The impossibly small web framework for MicroPython

0 commit comments

Comments
 (0)