diff --git a/CHANGELOG.md b/CHANGELOG.md index 9397ccf7..8cf7ded3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # HAML-Lint Changelog -## master (unreleased) +## 0.25.0 * Add `max_consecutive` option to `ConsecutiveComments` linter * Fix `TrailingWhitespace` linter to report correct line for multiline nodes diff --git a/lib/haml_lint/version.rb b/lib/haml_lint/version.rb index 5f4f7d3b..96867218 100644 --- a/lib/haml_lint/version.rb +++ b/lib/haml_lint/version.rb @@ -2,5 +2,5 @@ # Defines the gem version. module HamlLint - VERSION = '0.24.0'.freeze + VERSION = '0.25.0'.freeze end