Skip to content

Commit 4272587

Browse files
authored
Merge pull request #2007 from rubocop/release
Release v3.3.0
2 parents f659b41 + 47365dc commit 4272587

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
name: Publish to RubyGems
99
runs-on: ubuntu-latest
1010
permissions:
11+
actions: write
1112
contents: write
1213
id-token: write
1314
pull-requests: write

CHANGELOG.md

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

33
## Master (Unreleased)
44

5+
## 3.3.0 (2024-12-12)
6+
57
- Deprecate `top_level_group?` method from `TopLevelGroup` mixin as all of its callers were intentionally removed from `Rubocop/RSpec`. ([@corsonknowles])
68
- Fix false positive for RSpec/EmptyMetadata for splat kwargs. ([@pirj])
79

docs/antora.yml

+1-1
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.3'
44
nav:
55
- modules/ROOT/nav.adoc

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.2.0'
7+
STRING = '3.3.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)