Skip to content

Commit

Permalink
Version 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Dec 10, 2023
1 parent 414a4fc commit 8e68e37
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,13 @@
# Haml Changelog

## 6.3.0

* Remove `Haml::RailsTemplate#default_format` that was added in v6.1.3 for Turbo [#1152](https://github.com/haml/haml/issues/1152), [#1154](https://github.com/haml/haml/issues/1154) ([discussion](https://github.com/haml/haml/pull/1144#issuecomment-1755088572))
* See [the reference](https://github.com/haml/haml/blob/v6.3.0/REFERENCE.md#turbo) for suggested alternatives.

## 6.2.5

* Deprecate `Haml::RailsTemplate#default_format` that was added in v6.1.3
* Deprecate `Haml::RailsTemplate#default_format` that was added in v6.1.3 for Turbo ([discussion](https://github.com/haml/haml/pull/1144#issuecomment-1755088572))
* See [the reference](https://github.com/haml/haml/blob/v6.2.5/REFERENCE.md#turbo) for suggested alternatives.

## 6.2.4
Expand Down
2 changes: 1 addition & 1 deletion lib/haml/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Haml
VERSION = '6.2.5'
VERSION = '6.3.0'
end

0 comments on commit 8e68e37

Please sign in to comment.