1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Version 6.0.0

This commit is contained in:
Takashi Kokubun 2022-09-21 09:47:17 +09:00
parent 1bed4fc63c
commit 3a6f14788b
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@
## 6.0.0
Not released yet
([diff](https://github.com/haml/haml/compare/v5.2.2...main)).
Released on September 21, 2022
([diff](https://github.com/haml/haml/compare/v5.2.2...v6.0.0)).
* Replace the implementation with Hamlit
* Haml 6 is about 1.7x faster than Haml 5 in [this benchmark](benchmark/slim/run-benchmarks.rb).

View file

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