Skip to content

Commit cb48840

Browse files
committed
Version 6.0.5
1 parent 78811ed commit cb48840

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Haml Changelog
22

3-
## Unreleased
3+
## 6.0.5
44

5+
* Resurrect `#haml_object_ref` support in an object reference [#1097](https://github.com/haml/haml/issues/1097)
6+
* This was removed in 6.0.0, and added back in this version.
57
* Stop warning `remove_whitespace: true` option.
68

79
## 6.0.4

lib/haml/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Haml
3-
VERSION = '6.0.4'
3+
VERSION = '6.0.5'
44
end

0 commit comments

Comments
 (0)