mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Version 6.0.3
This commit is contained in:
parent
8f29bed6ae
commit
ab040edbe9
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
# Haml Changelog
|
||||
|
||||
## 6.0.3
|
||||
|
||||
Released on September 28, 2022
|
||||
([diff](https://github.com/haml/haml/compare/v6.0.2...v6.0.3)).
|
||||
|
||||
* For Wasm, fallback to Ruby when C extension is not available.
|
||||
|
||||
## 6.0.2
|
||||
|
||||
Released on September 28, 2022
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Haml
|
||||
VERSION = '6.0.2'
|
||||
VERSION = '6.0.3'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue