Version 5.0.4

This commit is contained in:
Akira Matsuda 2017-10-13 16:37:30 +09:00
parent ef0c2c1af6
commit 186e044eda
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Haml Changelog # Haml Changelog
## 5.0.4
Released on October 13, 2017
([diff](https://github.com/haml/haml/compare/v5.0.3...v5.0.4)).
* Fix `haml -c --stdin` regression in 5.0.2. [#958](https://github.com/haml/haml/pull/958) (thanks [Timo Göllner](https://github.com/TeaMoe))
* Ruby 2.5 support (it wasn't working due to Ripper API change). (Akira Matsuda)
## 5.0.3 ## 5.0.3
Released on September 7, 2017 Released on September 7, 2017

View File

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