Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Mar 26, 2017
1 parent 8465a00 commit 24a4cf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.5 (2017-03-23)

* Fixes error introduced in v1.0.4. (#235)

## 1.0.4 (2017-03-23)

* Hashes with default_procs may lazily fetch values. (#223)
Expand Down
2 changes: 1 addition & 1 deletion lib/mustache/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Mustache
VERSION = '1.0.4'
VERSION = '1.0.5'
end

0 comments on commit 24a4cf6

Please sign in to comment.