mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Version 5.0.1
This commit is contained in:
parent
17b2031e25
commit
dd61ef69cd
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
# Haml Changelog
|
||||
|
||||
## 5.0.1 (Unreleased)
|
||||
## 5.0.1
|
||||
|
||||
Released on May 3, 2017
|
||||
([diff](https://github.com/haml/haml/compare/v5.0.0...v5.0.1)).
|
||||
|
||||
* Fix parsing attributes including string interpolation. [#917](https://github.com/haml/haml/pull/917) [#921](https://github.com/haml/haml/issues/921)
|
||||
* Stop distributing test files in gem package and allow installing on Windows.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Haml
|
||||
VERSION = "5.0.0"
|
||||
VERSION = "5.0.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue