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
67ec6d12bc
commit
9301172d0f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
## v1.4.3
|
||||
|
||||
- Allow `when` to have multiple candidates
|
||||
- Allow `rescue` to specify an error variable
|
||||
|
||||
## v1.4.2
|
||||
|
||||
- Support `!` operator
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Hamlit
|
||||
VERSION = "1.4.2"
|
||||
VERSION = "1.4.3"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue