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
f06e1df49c
commit
4c9fa25e07
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Hamlit
|
||||
VERSION = "1.6.3"
|
||||
VERSION = "1.6.4"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue