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:
parent
1bed4fc63c
commit
3a6f14788b
2 changed files with 3 additions and 3 deletions
|
@ -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).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Haml
|
||||
VERSION = '6.0.0.beta.2'
|
||||
VERSION = '6.0.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue