Skip to content

Commit a655b6e

Browse files
committed
Merge tag '090' into develop
* Add socket support for IPC communication (alpha) * Add parameters for methods (alpha) * Add RSpec 'let' and 'let!' variable capture to scope parser * Improve test coverage with SimpleCov/rcov support * Update Ruby to 3.3 (4.0 has some gem build issues) * Update ActiveRecord gem to 8.1 * Migrated from Ripper to Prism gem
2 parents babe0f6 + 02b6c63 commit a655b6e

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.txt

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

3+
#### 0.9.0 Wed Dec 31 08:35:27 PST 2025
4+
5+
* Add socket support for IPC communication (alpha)
6+
* Add parameters for methods (alpha)
7+
* Add RSpec 'let' and 'let!' variable capture to scope parser
8+
* Improve test coverage with SimpleCov/rcov support
9+
* Update Ruby to 3.3 (4.0 has some gem build issues)
10+
* Update ActiveRecord gem to 8.1
11+
* Migrated from Ripper to Prism gem
12+
313
#### 0.4.2 Sat Aug 2 09:20:41 PDT 2025
414

515
* Update thor (security advisory)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby_language_server (0.4.2)
4+
ruby_language_server (0.9.0)
55
activerecord (~> 8.1)
66
amatch
77
bundler
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.4.2'
4+
VERSION = '0.9.0'
55
end

0 commit comments

Comments
 (0)