Skip to content

Commit d71dd19

Browse files
committed
Release 0.9.2
1 parent 4507a2c commit d71dd19

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
#### 0.9.2 Sun Jan 11 10:50:34 PST 2026
4+
5+
* Fix namespace class definition lookup (Foo::Bar)
6+
37
#### 0.9.1 Tue Jan 6 19:32:44 PST 2026
48

59
* Method parameters
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyLanguageServer
4-
VERSION = '0.9.1'
4+
VERSION = '0.9.2'
55
end

0 commit comments

Comments
 (0)