Skip to content

Commit 353ee1b

Browse files
committed
Release 0.10.1
1 parent 096a46c commit 353ee1b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### Unreleased
22

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+
310
### Curly 0.10.0 (July 11, 2013)
411

512
* Allow comments in Curly templates using the `{{! ... }}` syntax:

curly-templates.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
44
s.rubygems_version = '1.3.5'
55

66
s.name = 'curly-templates'
7-
s.version = '0.10.0'
7+
s.version = '0.10.1'
88
s.date = '2013-07-11'
99

1010
s.summary = "Free your views!"

lib/curly.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# See Curly::Presenter for more information on presenters.
2727
#
2828
module Curly
29-
VERSION = "0.10.0"
29+
VERSION = "0.10.1"
3030

3131
# Compiles a Curly template to Ruby code.
3232
#

0 commit comments

Comments
 (0)