Skip to content

Commit 40c50eb

Browse files
committed
Version 0.4.0
1 parent d710b89 commit 40c50eb

3 files changed

Lines changed: 7 additions & 2 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.4.0 Fri May 9 22:33:03 PDT 2025
4+
5+
* Ditch rubocop - it has its own LSP
6+
* Also update rails version
7+
38
#### 0.3.18 Tue Sep 10 20:10:21 PDT 2024
49

510
* bump dependencies

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

0 commit comments

Comments
 (0)