Version 6.0.1

This commit is contained in:
Takashi Kokubun 2022-09-23 11:51:09 +09:00
parent 1a1ca00c72
commit 481ee299c3
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Haml Changelog
## 6.0.1
Released on September 23, 2022
([diff](https://github.com/haml/haml/compare/v6.0.0...v6.0.1)).
* Unescape HTML-safe interpolation on Rails [#1084](https://github.com/haml/haml/issues/1084)
* Resurrect Haml 5's `AttributeParser.available?` for syntax\_tree-haml [#1085](https://github.com/haml/haml/issues/1085)
## 6.0.0
Released on September 21, 2022

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Haml
VERSION = '6.0.0'
VERSION = '6.0.1'
end