Skip to content

Commit cac47ed

Browse files
committed
Release v2.2.2
1 parent 74fa853 commit cac47ed

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v2.2.1 (2016-03-09)
28

39
Changes:

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: crustache
2-
version: 2.2.1
2+
version: 2.2.2
33

44
authors:
55
- TSUYUSATO Kitsune <make.just.on@gmail.com>

src/crustache/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Crustache
2-
VERSION = "2.2.1"
2+
VERSION = "2.2.2"
33
end

0 commit comments

Comments
 (0)