1
0
Fork 0
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:
Takashi Kokubun 2022-09-28 14:39:31 +09:00
parent 8f29bed6ae
commit ab040edbe9
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

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