File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
### Unreleased
2
2
3
+ ### Curly 0.10.1 (July 11, 2013)
4
+
5
+ * Fix a bug in the compiler that caused some templates to be erroneously HTML
6
+ escaped.
7
+
8
+ * Daniel Schierbeck*
9
+
3
10
### Curly 0.10.0 (July 11, 2013)
4
11
5
12
* Allow comments in Curly templates using the ` {{! ... }} ` syntax:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
s . rubygems_version = '1.3.5'
5
5
6
6
s . name = 'curly-templates'
7
- s . version = '0.10.0 '
7
+ s . version = '0.10.1 '
8
8
s . date = '2013-07-11'
9
9
10
10
s . summary = "Free your views!"
Original file line number Diff line number Diff line change 26
26
# See Curly::Presenter for more information on presenters.
27
27
#
28
28
module Curly
29
- VERSION = "0.10.0 "
29
+ VERSION = "0.10.1 "
30
30
31
31
# Compiles a Curly template to Ruby code.
32
32
#
You can’t perform that action at this time.
0 commit comments