Skip to content

Commit 35a6ba0

Browse files
committed
Merge tag '041' into develop
* Update ruby * Update rails * Add autopublish * tweak extension loading to address bug - maybe
2 parents c758ae9 + c1518cc commit 35a6ba0

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.txt

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

3+
#### 0.4.1 Mon May 12 20:49:11 PDT 2025
4+
5+
* Update ruby
6+
* Update rails
7+
* Add autopublish
8+
* tweak extension loading to address bug - maybe
9+
310
#### 0.4.0 Fri May 9 22:33:03 PDT 2025
411

512
* Ditch rubocop - it has its own LSP

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.0)
4+
ruby_language_server (0.4.1)
55
activerecord (~> 8.0)
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.0'
4+
VERSION = '0.4.1'
55
end

0 commit comments

Comments
 (0)