From ca17c3d698b2d1d7ccc702079e93e31788caabb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 16 Jul 2021 11:35:09 +0200 Subject: [PATCH] Release v0.8.0 --- CHANGELOG.md | 10 ++++++++++ shard.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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'