Bump up version

This commit is contained in:
Takashi Kokubun 2015-06-07 23:55:20 +09:00
parent 0387d06316
commit 22e4a115c8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## v1.5.5
- Support &, &== operator
- Depend on v0.7.6 of temple for refactoring
- Fix a trivial diff of rendering multiline operator
## v1.5.4
- Recursively remove whitespace inside a tag

View File

@ -1,3 +1,3 @@
module Hamlit
VERSION = "1.5.4"
VERSION = "1.5.5"
end