We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c758ae9 + c1518cc commit 35a6ba0Copy full SHA for 35a6ba0
3 files changed
CHANGELOG.txt
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
#### 0.4.0 Fri May 9 22:33:03 PDT 2025
11
12
* Ditch rubocop - it has its own LSP
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- ruby_language_server (0.4.0)
+ ruby_language_server (0.4.1)
activerecord (~> 8.0)
amatch
bundler
lib/ruby_language_server/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RubyLanguageServer
- VERSION = '0.4.0'
+ VERSION = '0.4.1'
end
0 commit comments