Skip to content

Commit fe3b66b

Browse files
authored
Merge pull request #1938 from rubocop/release
Release v3.0.3
2 parents 03034e7 + bb02b84 commit fe3b66b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 3.0.3 (2024-07-12)
6+
57
- Add support for Unicode RIGHT SINGLE QUOTATION MARK in `RSpec/ExampleWording`. ([@jdufresne])
68
- Suppress deprecation warning for `RSpec/MultipleExpectations`, `RSpec/MultipleMemoizedHelpers`, and `RSpec/NestedGroups` cops. ([@koic])
79

lib/rubocop/rspec/version.rb

+1-1
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.0.2'
7+
STRING = '3.0.3'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)