Skip to content

Commit 4e41549

Browse files
committed
release: 0.8.0
1 parent 4faa397 commit 4e41549

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# rivr changelog
2+
3+
## 0.8.0 (2020-10-06)
4+
5+
### Breaking Changes
6+
7+
- Support for Python 2 was removed. Python 3.6 or newer is now required.
8+
9+
### Enhancements
10+
11+
- Added typing support to rivr.
12+
- `Response` objects now include a `.content_type` header accessor.

rivr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '0.7.0'
1+
VERSION = '0.8.0'
22

33
from rivr.response import Response, Http404
44
from rivr.server import serve

0 commit comments

Comments
 (0)