Skip to content

Commit 6a5a75d

Browse files
committed
Merge tag '095' into develop
0.9.5 * Fix some scope lookups * Update the Gemfile
2 parents a7ffacd + da486d7 commit 6a5a75d

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.txt

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

3+
#### 0.9.5 Tue Feb 10 22:04:44 PST 2026
4+
5+
* Fix some scope lookups
6+
* Update the Gemfile
7+
38
#### 0.9.4 Fri Jan 30 21:09:57 PST 2026
49

510
* Enhance constant lookup to support namespaced constants in ProjectManager

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby_language_server (0.9.4)
4+
ruby_language_server (0.9.5)
55
activerecord (~> 8.1)
66
amatch
77
bundler
@@ -315,7 +315,7 @@ CHECKSUMS
315315
rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
316316
rubocop-rspec (3.9.0) sha256=8fa70a3619408237d789aeecfb9beef40576acc855173e60939d63332fdb55e2
317317
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
318-
ruby_language_server (0.9.4)
318+
ruby_language_server (0.9.5)
319319
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
320320
shellany (0.0.1) sha256=0e127a9132698766d7e752e82cdac8250b6adbd09e6c0a7fbbb6f61964fedee7
321321
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
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.4'
4+
VERSION = '0.9.5'
55
end

0 commit comments

Comments
 (0)