We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e659ef9 commit 8178d96Copy full SHA for 8178d96
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 0.2.0 (2023-06-29)
6
+
7
### New features
8
9
- Add `rubocop.yjitEnabled` option to speed up the RuboCop LSP server. (@koic)
package.json
@@ -3,7 +3,7 @@
"displayName": "RuboCop",
"description": "VS Code extension for the RuboCop linter and code formatter.",
"icon": "rubocop.png",
- "version": "0.1.0",
+ "version": "0.2.0",
"publisher": "rubocop",
"repository": {
"type": "git",
0 commit comments