From 45a508c27dfde112000e027daa6fdc6c2e8f529b Mon Sep 17 00:00:00 2001 From: sdogruyol Date: Fri, 8 Feb 2019 11:58:51 +0300 Subject: [PATCH] 0.25.2 --- CHANGELOG.md | 15 +++++++++++++++ shard.yml | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a92eb3e..0b0bab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 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: + +- Allow to set filename for `send_file` [#512](https://github.com/kemalcr/kemal/pull/512). Thanks @mamantoha :pray: + + +```ruby +send_file env, "./asset/image.jpeg", filename: "image.jpg" +``` + +- Set `status_code` before response [#513](https://github.com/kemalcr/kemal/pull/513). Thanks @mamantohoa :pray: + +- Use Crystal MIME registry. [#516](https://github.com/kemalcr/kemal/pull/516) Thanks @Sija :pray: + # 0.25.1 (06-10-2018) - Fix `params.files` memoization https://github.com/kemalcr/kemal/pull/503. Thanks @mamantoha :pray: diff --git a/shard.yml b/shard.yml index 13f0f3b..69ec827 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: kemal -version: 0.25.1 +version: 0.25.2 authors: - Serdar Dogruyol @@ -15,6 +15,6 @@ dependencies: github: crystal-loot/exception_page version: ~> 0.1.1 -crystal: 0.27.1 +crystal: 0.27.2 license: MIT