Version 5.1.1

This commit is contained in:
Akira Matsuda 2019-05-25 10:23:16 +09:00
parent 09cb8efa1c
commit bfa7007937
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Haml Changelog
## 5.1.1
Released on May 25, 2019
([diff](https://github.com/haml/haml/compare/v5.1.0...v5.1.1)).
* Fix NameError bug for that happens on ruby 2.6.1-2.6.3 + haml 5.1.0 + rails 4.2.x + erubi. (Akira Matsuda)
## 5.1.0
Released on May 16, 2019

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Haml
VERSION = "5.1.0"
VERSION = "5.1.1"
end