Skip to content

Commit

Permalink
Merge pull request #906 from rubocop-hq/release
Browse files Browse the repository at this point in the history
Bump version to 1.39.0
  • Loading branch information
bquorning committed May 1, 2020
2 parents a0dadd6 + 5d2d3f0 commit f1956ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 1.39.0 (2020-05-01)

* Fix `RSpec/FilePath` detection when absolute path includes test subject. ([@eitoball][])
* Add new `Capybara/VisibilityMatcher` cop. ([@aried3r][])
* Ignore String constants by `RSpec/Describe`. ([@AlexWayfer][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '1.38.1'
STRING = '1.39.0'
end
end
end

0 comments on commit f1956ae

Please sign in to comment.