Skip to content

Commit 50ac5ab

Browse files
authored
Merge pull request #1987 from rubocop/release
Release v3.2.0
2 parents 6584b4a + 39b0d3f commit 50ac5ab

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 3.2.0 (2024-10-26)
6+
57
- Fix `RSpec/VoidExpect` to only operate inside an example block. ([@corsonknowles])
68
- Change `RSpec/ContextWording` cop to always report an offense when both `Prefixes` and `AllowedPatterns` are empty. ([@ydah])
79
- Add support for `and` and `or` compound matchers to `RSpec/ChangeByZero` cop. ([@ydah])

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rubocop-rspec
22
title: RuboCop RSpec
3-
version: ~
3+
version: '3.2'
44
nav:
55
- modules/ROOT/nav.adoc

lib/rubocop/rspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpec
55
# Version information for the RSpec RuboCop plugin.
66
module Version
7-
STRING = '3.1.0'
7+
STRING = '3.2.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)