Skip to content

Commit fd7009b

Browse files
committed
Bump version to 1.43.2
1 parent 5723158 commit fd7009b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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+
## 1.43.2 (2020-08-25)
6+
57
* Fix `RSpec/FilePath` when checking a file with a shared example. ([@pirj][])
68
* Fix subject nesting detection in `RSpec/LeadingSubject`. ([@pirj][])
79

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 = '1.43.1'
7+
STRING = '1.43.2'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)