Skip to content

Commit

Permalink
Merge pull request #370 from backus/bump-1.13
Browse files Browse the repository at this point in the history
Bump version to 1.13.0
  • Loading branch information
Darhazer authored Mar 7, 2017
2 parents dd9259c + e12f187 commit ea5272b
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.13.0 (2017-03-07)

* Add repeated 'it' detection to `RSpec/ExampleWording` cop. ([@dgollahon][])
* Add [observed_nesting/max_nesting] info to `RSpec/NestedGroups` messages. ([@dgollahon][])
* Add `RSpec/ItBehavesLike` cop. ([@dgollahon][])
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.12.0'.freeze
STRING = '1.13.0'.freeze
end
end
end

0 comments on commit ea5272b

Please sign in to comment.