We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74fa853 + cac47ed commit 374314aCopy full SHA for 374314a
3 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2.2.2 (2016-03-24)
2
+
3
+Changes:
4
5
+ - Fixed type annotated default argument syntax, follow Crystal v0.14.1 changes.
6
7
## v2.2.1 (2016-03-09)
8
9
Changes:
shard.yml
@@ -1,5 +1,5 @@
name: crustache
-version: 2.2.1
+version: 2.2.2
authors:
- TSUYUSATO Kitsune <make.just.on@gmail.com>
src/crustache/version.cr
@@ -1,3 +1,3 @@
module Crustache
- VERSION = "2.2.1"
+ VERSION = "2.2.2"
end
0 commit comments