Skip to content

Commit

Permalink
Version bump - v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evilstreak committed Jun 24, 2015
1 parent 4c84569 commit fe52611
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
@@ -1,3 +1,10 @@
## 1.0.2 (2015-06-24)

* Adds benchmarks (#197)
* Clarify documentation around content without HTML escaping (#203)
* Fix some Ruby warnings (#204)
* Improve performance when using partials inside loops (#205)

## 1.0.1 (2015-02-23)

* Always cast to hash on hash-like object lookups (#187)
Expand Down
2 changes: 1 addition & 1 deletion lib/mustache/version.rb
@@ -1,3 +1,3 @@
class Mustache
VERSION = '1.0.1'
VERSION = '1.0.2'
end

0 comments on commit fe52611

Please sign in to comment.