1
0
Fork 0
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:
Akira Matsuda 2017-05-03 15:54:58 +09:00
parent 17b2031e25
commit dd61ef69cd
2 changed files with 5 additions and 2 deletions

View file

@ -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.

View file

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Haml
VERSION = "5.0.0"
VERSION = "5.0.1"
end