We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70242f4 commit eef0d00Copy full SHA for eef0d00
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.4.3] - 2024-04-09
4
+
5
### New Features
6
7
* New cop `Grape/RouteParamGrouping` detects route parameter defined on endpoint ([@kakubin][])
config/default.yml
@@ -21,6 +21,7 @@ Grape/FieldName:
21
22
Grape/RouteParamGrouping:
23
Enabled: true
24
+ VersionAdded: '0.4.3'
25
26
Grape/RouteParamType:
27
lib/rubocop/grape/version.rb
@@ -2,6 +2,6 @@
module RuboCop
module Grape
- VERSION = '0.4.2'
+ VERSION = '0.4.3'
end
0 commit comments