mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
0.17.4
This commit is contained in:
parent
81a702264d
commit
99ae8c376e
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
# Next
|
# 0.17.4 (24-12-2016)
|
||||||
|
|
||||||
|
- Support for Crystal 0.20.3
|
||||||
- Add `Kemal.stop`. Fixes #269.
|
- Add `Kemal.stop`. Fixes #269.
|
||||||
|
- `HTTP::Handler` is not a class anymore, it's a module. See https://github.com/crystal-lang/crystal/releases/tag/0.20.3
|
||||||
|
|
||||||
# 0.17.3 (03-12-2016)
|
# 0.17.3 (03-12-2016)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: kemal
|
name: kemal
|
||||||
version: 0.17.2
|
version: 0.17.4
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
radix:
|
radix:
|
||||||
|
|
Loading…
Reference in a new issue