We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4507a2c commit d71dd19Copy full SHA for d71dd19
2 files changed
CHANGELOG.txt
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+#### 0.9.2 Sun Jan 11 10:50:34 PST 2026
4
+
5
+* Fix namespace class definition lookup (Foo::Bar)
6
7
#### 0.9.1 Tue Jan 6 19:32:44 PST 2026
8
9
* Method parameters
lib/ruby_language_server/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RubyLanguageServer
- VERSION = '0.9.1'
+ VERSION = '0.9.2'
end
0 commit comments