Skip to content

Commit

Permalink
Cut version 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed May 3, 2019
1 parent 2a97070 commit 9336c92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# HAML-Lint Changelog

## 0.29.0

* Fix `--auto-gen-config` to allow running with an existing configuration file
* Fix `config` option for the Rake task to not be ignored
* Fix the span of multiline nodes to be more precise
* Ignore `Layout/AlignHash` cops by default
* Drop support for Ruby 2.3 or older
* Allow `ViewLength` linter to be disabled inline
* Allow comment banners in `LeadingCommentSpace` linter

## 0.28.0

* Fix `ClassAttributeWithStaticValue` to gracefully handle certain malformed
Expand Down
2 changes: 1 addition & 1 deletion lib/haml_lint/version.rb
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module HamlLint
VERSION = '0.28.0'
VERSION = '0.29.0'
end

0 comments on commit 9336c92

Please sign in to comment.