Skip to content

Commit

Permalink
Release 1.0.0 (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdar Dogruyol - Sedo セド committed Mar 22, 2021
1 parent 2d46bee commit 3fee068
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# 1.0.0 (??-03-2021)

- Crystal 1.0.0 support :tada:
- Update Radix to use latest 0.4.0 [#596](https://github.com/kemalcr/kemal/pull/596). Thanks @luislavena :pray:
- Use latest version of Ameba dependency (dev) [#597](https://github.com/kemalcr/kemal/pull/597). Thanks @luislavena :pray:
- Fix StaticFileHandler failing spec [#599](https://github.com/kemalcr/kemal/pull/599). Thanks @jinn999 :pray:

# 0.27.0 (28-11-2020)

- Crystal 0.35.x support :tada: Thanks @bcardiff :pray:
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
@@ -1,5 +1,5 @@
name: kemal
version: 0.27.0
version: 1.0.0

authors:
- Serdar Dogruyol <dogruyolserdar@gmail.com>
Expand All @@ -20,6 +20,6 @@ development_dependencies:
github: crystal-ameba/ameba
version: ~> 0.14.0

crystal: 0.35.0
crystal: ">= 0.36.0"

license: MIT

0 comments on commit 3fee068

Please sign in to comment.