Skip to content

Commit 0c0f743

Browse files
authored
Cut version 0.66.0 (#589)
1 parent b9397a0 commit 0c0f743

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# HAML-Lint Changelog
22

3+
### 0.66.0
4+
5+
* Improve performance of `InstanceVariables`, `MultilinePipe`, and `StrictLocals` checks
6+
37
### 0.65.1
48

59
* Ensure trailing newline inserted in generated TODO file

lib/haml_lint/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Defines the gem version.
44
module HamlLint
5-
VERSION = '0.65.1'
5+
VERSION = '0.66.0'
66
end

0 commit comments

Comments
 (0)