mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Bump up version
This commit is contained in:
parent
0387d06316
commit
22e4a115c8
2 changed files with 7 additions and 1 deletions
|
@ -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
|
## v1.5.4
|
||||||
|
|
||||||
- Recursively remove whitespace inside a tag
|
- Recursively remove whitespace inside a tag
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Hamlit
|
module Hamlit
|
||||||
VERSION = "1.5.4"
|
VERSION = "1.5.5"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue