Skip to content

Commit e89cb8d

Browse files
authored
Merge pull request #42 from rubocop/release-2.30
Release v2.30.0
2 parents cf29839 + 032f066 commit e89cb8d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## Master (Unreleased)
44

5+
## 2.30.0 (2024-06-12)
6+
7+
- Fix an runtime error for rubocop-rspec +3.0. ([@bquorning])
8+
59
## 2.29.1 (2024-06-12)
610

711
- Bump RuboCop requirement to +1.61. ([@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_rails
22
title: RuboCop RSpec Rails
3-
version: ~
3+
version: '2.30'
44
nav:
55
- modules/ROOT/nav.adoc

lib/rubocop/rspec_rails/version.rb

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

0 commit comments

Comments
 (0)