Skip to content

Commit 78f99e9

Browse files
committed
Release v2.3.0
1 parent 143a181 commit 78f99e9

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.3.0 (2016-11-24)
2+
3+
Changes:
4+
5+
- Support Crystal v0.20.0.
6+
17
## v2.2.4 (2016-05-19)
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.4
2+
version: 2.3.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.2.4"
2+
VERSION = "2.3.0"
33
end

0 commit comments

Comments
 (0)