Skip to content

Commit

Permalink
🌁 v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camilopayan committed Mar 23, 2022
1 parent 91d40ed commit f32ad50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.9.0

* Rule change to `Layout/CaseIndentation` to have the `when` and `in`s inside a case statement aligned with the `end` of the case. The `end` will be aligned with a variable instead of the `case` keyword if applicable.

## 1.8.0

* Update rubocop from 1.25.1 to [1.26.0](https://github.com/rubocop/rubocop/tag/v1.26.0)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (1.8.0)
standard (1.9.0)
rubocop (= 1.26.0)
rubocop-performance (= 1.13.3)

Expand All @@ -14,7 +14,7 @@ GEM
gimme (0.5.0)
method_source (1.0.0)
minitest (5.15.0)
parallel (1.21.0)
parallel (1.22.0)
parser (3.1.1.0)
ast (~> 2.4.1)
pry (0.14.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new('1.8.0')
VERSION = Gem::Version.new('1.9.0')
end

0 comments on commit f32ad50

Please sign in to comment.