Skip to content

Commit

Permalink
Cut version 0.27.0 (#176)
Browse files Browse the repository at this point in the history
* Add `InstanceVariables` linter
* Add `StrictLocalsMissing` linter
* Fix `EmbeddedEngines` linter missing indented uses
  • Loading branch information
sds committed Apr 1, 2024
1 parent cb9b8ef commit 13ae02e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Slim-Lint Changelog

## 0.27.0

* Add `InstanceVariables` linter
* Add `StrictLocalsMissing` linter
* Fix `EmbeddedEngines` linter missing indented uses

## 0.26.0

* Revert "Fix `ControlSpacingStatement` linter handling of `=` in some cases"
Expand Down
2 changes: 1 addition & 1 deletion lib/slim_lint/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module SlimLint
VERSION = '0.26.0'
VERSION = '0.27.0'
end

0 comments on commit 13ae02e

Please sign in to comment.