diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f8ca3b..9de7108c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to Crinja will be documented in this file. +## 0.7.0 (2021-02-06) + +* Improves `TagCycleException` +* Adds `do` tag (#33, thanks @n-rodriguez) +* Adds compatibility with Crystal >= 0.35.1 and Shards >= 0.11.0 +* Adds support for mapping predicate methods +* Smaller cleanup and improvements + ## 0.6.1 (2020-06-09) Compatibility with Crystal 0.35.0 diff --git a/shard.yml b/shard.yml index 290a49d0..d9a25e53 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crinja -version: 0.6.1 +version: 0.7.0 license: Apache-2.0 crystal: '>= 0.35.0'