Skip to content

Commit

Permalink
Version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Sep 21, 2022
1 parent 1bed4fc commit 3a6f147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion lib/haml/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Haml
VERSION = '6.0.0.beta.2'
VERSION = '6.0.0'
end

0 comments on commit 3a6f147

Please sign in to comment.