Skip to content

Commit ce78741

Browse files
committed
Release v2.2.0
1 parent a7d163e commit ce78741

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.0 (2016-02-17)
2+
3+
Features:
4+
5+
- Rename `embed_mustache` and `mustache_file` to `Mustache#.embed` and `Mustahce#.def_to_s`, follow Crystal v0.12.0 changes.
6+
17
## v2.1.0 (2016-02-15)
28

39
Features:

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.1.0
2+
version: 2.2.0
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.1.0"
2+
VERSION = "2.2.0"
33
end

0 commit comments

Comments
 (0)