Skip to content

Commit eef0d00

Browse files
committed
cut v0.4.3
1 parent 70242f4 commit eef0d00

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.4.3] - 2024-04-09
4+
35
### New Features
46

57
* New cop `Grape/RouteParamGrouping` detects route parameter defined on endpoint ([@kakubin][])

config/default.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Grape/FieldName:
2121

2222
Grape/RouteParamGrouping:
2323
Enabled: true
24+
VersionAdded: '0.4.3'
2425

2526
Grape/RouteParamType:
2627
Enabled: true

lib/rubocop/grape/version.rb

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

33
module RuboCop
44
module Grape
5-
VERSION = '0.4.2'
5+
VERSION = '0.4.3'
66
end
77
end

0 commit comments

Comments
 (0)