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 bdc3b16 commit 5c08443Copy full SHA for 5c08443
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
5
+## 1.41.1
6
+
7
+* Adds a stub method to the Ruby LSP add-on to avoid a potential runtime exception
8
+for range formatting requests [#655](https://github.com/standardrb/standard/pull/655)
9
10
## 1.41.0
11
12
* Updates rubocop to [1.66.1](https://github.com/rubocop/rubocop/releases/tag/v1.66.1)
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- standard (1.41.0)
+ standard (1.41.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.66.0)
lib/standard/version.rb
@@ -1,3 +1,3 @@
module Standard
- VERSION = Gem::Version.new("1.41.0")
+ VERSION = Gem::Version.new("1.41.1")
end
0 commit comments