Skip to content

Commit a9b8f9a

Browse files
authored
Merge pull request #177 from rubocop/v3.0.0
release v3.0.0
2 parents 75e7cda + 6a4579d commit a9b8f9a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## Edge (Unreleased)
44

5+
## 3.0.0 (2026-06-22)
6+
7+
- Enable pending cops by default for the 3.0 release. ([@ydah])
58
- Remove the deprecated `Capybara/ClickLinkOrButtonStyle` cop. ([@ydah])
69
- Remove obsolete cop name migration config for the 2.x to 3.0 transition. ([@ydah])
7-
- Enable pending cops by default for the 3.0 release. ([@ydah])
810

911
## 2.23.0 (2026-04-30)
1012

docs/antora.yml

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

lib/rubocop/capybara/version.rb

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

0 commit comments

Comments
 (0)