Skip to content

Commit 0a4c05d

Browse files
committed
Cut 0.9.0
1 parent d927f39 commit 0a4c05d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
## 0.9.0 (2025-06-17)
6+
7+
### New features
8+
9+
- Support `rubocop.bundleCommandPath` option. (@gsamokovarov)
10+
511
## 0.8.0 (2025-04-04)
612

713
### New features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ Or, in `settings.json`:
189189

190190
### rubocop.bundleCommandPath
191191

192-
When the extension needs to run RuboCop via Bundler (e.g., `bundle exec rubocop`),
193-
it will use the system's `bundle` command by default. If you want to specify a
192+
When the extension needs to run RuboCop via Bundler (e.g., `bundle exec rubocop`),
193+
it will use the system's `bundle` command by default. If you want to specify a
194194
different bundle executable, you can set it here.
195195

196196
This setting supports the same variable substitution as `commandPath`:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "RuboCop",
44
"description": "VS Code extension for the RuboCop linter and code formatter.",
55
"icon": "rubocop.png",
6-
"version": "0.8.0",
6+
"version": "0.9.0",
77
"publisher": "rubocop",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)