This commit is contained in:
Sdogruyol 2017-02-24 10:30:09 +03:00
parent c28abb987e
commit 875737c446
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.18.2 (24-02-2017)
- Fix [Gzip in Kemal Seems broken for static files](https://github.com/kemalcr/kemal/issues/316). This was caused by `Gzip::Writer` in `Crystal 0.21.0` and currently mitigated by monkey patching `Gzip::Header`.
# 0.18.1 (21-02-2017)
- Crystal 0.21.0 support

View File

@ -1,5 +1,5 @@
name: kemal
version: 0.18.1
version: 0.18.2
dependencies:
radix: