Skip to content

Commit

Permalink
Cut version 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Oct 1, 2020
1 parent ebca72f commit f2f9f3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# HAML-Lint Changelog

### 0.36.0

* [#322](https://github.com/sds/haml-lint/pull/322) Add support for `--parallel` flag to run linters in parallel
* [#326](https://github.com/sds/haml-lint/pull/326) Relax `haml` gem version constraint to allow 5.2.x

### 0.35.0

* [#318](https://github.com/sds/haml-lint/pull/318) Fail HAML-Lint run when RuboCop exits unsuccessfully
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.35.0'
VERSION = '0.36.0'
end

0 comments on commit f2f9f3e

Please sign in to comment.