Skip to content

Commit

Permalink
Release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch committed Jul 11, 2013
1 parent 3afe885 commit bf55137
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
### Unreleased

### Curly 0.10.2 (July 11, 2013)

* Fix a bug that caused non-string presenter method return values to be
discarded.

*Daniel Schierbeck*

### Curly 0.10.1 (July 11, 2013)

* Fix a bug in the compiler that caused some templates to be erroneously HTML
Expand Down
2 changes: 1 addition & 1 deletion curly-templates.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.3.5'

s.name = 'curly-templates'
s.version = '0.10.1'
s.version = '0.10.2'
s.date = '2013-07-11'

s.summary = "Free your views!"
Expand Down
2 changes: 1 addition & 1 deletion lib/curly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# See Curly::Presenter for more information on presenters.
#
module Curly
VERSION = "0.10.1"
VERSION = "0.10.2"

# Compiles a Curly template to Ruby code.
#
Expand Down

0 comments on commit bf55137

Please sign in to comment.