Skip to content

Commit

Permalink
Merge pull request #2 from rubocop/release-2.21.0
Browse files Browse the repository at this point in the history
Release 2.22.0
  • Loading branch information
ydah committed May 4, 2023
2 parents 812771e + 1f56634 commit a509ed7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Master (Unreleased)

## 2.21.0 (2023-XX-XX)
## 2.22.0 (2023-05-04)

- Extracted from `rubocop-rspec` into a separate repository for easier use with Minitest/Cucumber. ([@ydah])

## Previously (see [rubocop-rspec's changelist](https://github.com/rubocop/rubocop-rspec/blob/9558719/CHANGELOG.md) for details)
## Previously (see [rubocop-rspec's changelist](https://github.com/rubocop/rubocop-rspec/blob/70a97b1895ce4b9bcd6ff336d5d343ddc6175fe6/CHANGELOG.md) for details)

- Fix a false positive for `RSpec/FactoryBot/ConsistentParenthesesStyle` inside `&&`, `||` and `:?` when `omit_parentheses` is on ([@dmitrytsepelev])
- Add new `RSpec/FactoryBot/FactoryNameStyle` cop. ([@ydah])
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rubocop-factory_bot
title: RuboCop FactoryBot
version: ~
version: '2.22'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lib/rubocop/factory_bot/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module FactoryBot
# Version information for the FactoryBot RuboCop plugin.
module Version
STRING = '2.20.0'
STRING = '2.22.0'
end
end
end

0 comments on commit a509ed7

Please sign in to comment.