Version 6.0.6

This commit is contained in:
Takashi Kokubun 2022-10-08 23:34:07 -07:00
parent 8516156d8e
commit c61aa12fc2
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Haml Changelog # Haml Changelog
## 6.0.6
* Prevent CRuby from accidentally using the Ruby implementation fallback
* Reversing what v6.0.3 and v6.0.4 did, but still supporting Wasm.
## 6.0.5 ## 6.0.5
* Resurrect `#haml_object_ref` support in an object reference [#1097](https://github.com/haml/haml/issues/1097) * Resurrect `#haml_object_ref` support in an object reference [#1097](https://github.com/haml/haml/issues/1097)

View File

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