mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Bump version to 0.26.0
This commit is contained in:
parent
18ddc3b4e6
commit
ff3b28c6f7
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
# 0.26.0 (05-08-2019)
|
||||||
|
|
||||||
|
- Crystal 0.30.0 support :tada: [#548](https://github.com/kemalcr/kemal/pull/548) and [#544](https://github.com/kemalcr/kemal/pull/544). Thanks @bcardiff and @straight-shoota :pray:
|
||||||
|
- Add support for serving files greater than 2^31 bytes [#546](https://github.com/kemalcr/kemal/pull/546). Thanks @omarroth :pray:
|
||||||
|
- Properly measure request time using `Time.monotonic` [#527](https://github.com/kemalcr/kemal/pull/527). Thanks @spinscale :pray:
|
||||||
|
|
||||||
# 0.25.2 (08-02-2019)
|
# 0.25.2 (08-02-2019)
|
||||||
|
|
||||||
- Add option to config to parse or not command line parameters [#483](https://github.com/kemalcr/kemal/pull/483). Thanks @diegogub :pray:
|
- Add option to config to parse or not command line parameters [#483](https://github.com/kemalcr/kemal/pull/483). Thanks @diegogub :pray:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: kemal
|
name: kemal
|
||||||
version: 0.25.2
|
version: 0.26.0
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
- Serdar Dogruyol <dogruyolserdar@gmail.com>
|
- Serdar Dogruyol <dogruyolserdar@gmail.com>
|
||||||
|
@ -20,6 +20,6 @@ development_dependencies:
|
||||||
github: veelenga/ameba
|
github: veelenga/ameba
|
||||||
version: ~> 0.10.0
|
version: ~> 0.10.0
|
||||||
|
|
||||||
crystal: 0.27.2
|
crystal: 0.30.0
|
||||||
|
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
Loading…
Reference in a new issue