Release 1.0.0 (#601)

This commit is contained in:
Serdar Dogruyol - Sedo セド 2021-03-22 23:20:46 +03:00 committed by GitHub
parent 2d46beea5d
commit 3fee068636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -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:

View File

@ -1,5 +1,5 @@
name: kemal
version: 0.27.0
version: 1.0.0
authors:
- Serdar Dogruyol <dogruyolserdar@gmail.com>
@ -20,6 +20,6 @@ development_dependencies:
github: crystal-ameba/ameba
version: ~> 0.14.0
crystal: 0.35.0
crystal: ">= 0.36.0"
license: MIT