0.18.2
This commit is contained in:
parent
c28abb987e
commit
875737c446
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: kemal
|
||||
version: 0.18.1
|
||||
version: 0.18.2
|
||||
|
||||
dependencies:
|
||||
radix:
|
||||
|
|
Loading…
Reference in a new issue