Skip to content

Commit

Permalink
Merge pull request #622 from rubocop-hq/release
Browse files Browse the repository at this point in the history
Bump version to 1.26.0
  • Loading branch information
bquorning committed Jun 6, 2018
2 parents 3955a3b + 598fdf4 commit 3eaed7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 1.26.0 (2018-06-06)

* Fix false positive in `RSpec/EmptyExampleGroup` cop when methods named like a RSpec method are used. ([@Darhazer][])
* Fix `Capybara/FeatureMethods` not working when there is require before the spec. ([@Darhazer][])
* Fix `RSpec/EmptyLineAfterFinalLet`: allow a comment to be placed after latest let, requiring empty line after the comment. ([@Darhazer][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '1.25.1'.freeze
STRING = '1.26.0'.freeze
end
end
end

0 comments on commit 3eaed7b

Please sign in to comment.