1
0
Fork 0
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:
Takashi Kokubun 2015-06-14 01:57:52 +09:00
parent f06e1df49c
commit 4c9fa25e07
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## v1.6.4
- Show human-friendly error messages
- Fix line number of runtime syntax error
- Increase the number of checked cases for illegal nesting
- Thanks to @eagletmt
## v1.6.3
- Fix ! and & parsing inside a tag

View file

@ -1,3 +1,3 @@
module Hamlit
VERSION = "1.6.3"
VERSION = "1.6.4"
end