Skip to content

Commit

Permalink
Cut version 0.46.0 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Jun 21, 2023
1 parent 1d70d68 commit d2584be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# HAML-Lint Changelog

## 0.46.0

* Add ERB pre-processing for configuration files
* Add experimental auto-correct using RuboCop feature
* Replaced exising RuboCop Linter by a new one which should be more accurate,
but may cause difference
* Minimum RuboCop version is now 1.0
* Add `NoPlaceholders` linter

### 0.45.0

Expand Down
2 changes: 1 addition & 1 deletion lib/haml_lint/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module HamlLint
VERSION = '0.45.0'
VERSION = '0.46.0'
end

0 comments on commit d2584be

Please sign in to comment.