Version 6.0.9

This commit is contained in:
Takashi Kokubun 2022-11-07 20:46:02 -08:00
parent 64f5a88542
commit 6abb15c107
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Haml Changelog
## 6.0.9
* Support sass-embedded [#1112](https://github.com/haml/haml/issues/1112)
## 6.0.8
* Support interpolation in HTML comments, which has not been working since 6.0.0

View File

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