Skip to content

Commit

Permalink
Bump version to 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Oct 24, 2022
1 parent 8c183e0 commit be9ab22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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)

## 2.14.1 (2022-10-24)

- Fix an error for `RSpec/Rails/InferredSpecType` with redundant type before other Hash metadata. ([@ydah])

## 2.14.0 (2022-10-23)
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 = '2.14.0'
STRING = '2.14.1'
end
end
end
2 changes: 1 addition & 1 deletion tasks/cut_release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace :cut_release do

update_cop_versions(new_version)
`bundle exec rake generate_cops_documentation`
update_docs(new_version)
update_docs(new_version) if %w[major minor].include?(release_type)
add_header_to_changelog(new_version)

puts "Changed version from #{old_version} to #{new_version}."
Expand Down

0 comments on commit be9ab22

Please sign in to comment.