diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de7108c..bf511ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All notable changes to Crinja will be documented in this file. +## 0.8.0 (2021-07-16) + +Compatbility with Crystal 1.1 + +* Updates dependencies with more relaxed version restrictions +* Removes autogeneration for predicate method without suffix to avoid duplicate when conditions +* Fixes type bugs discovered through Crystal 1.1 +* Adds GitHub actions +* Fixes some minor documentation bugs + ## 0.7.0 (2021-02-06) * Improves `TagCycleException` diff --git a/shard.yml b/shard.yml index 48ce554c..b76b96ea 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crinja -version: 0.7.0 +version: 0.8.0 license: Apache-2.0 crystal: '>= 0.35.0'