We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc09f8f commit aadbce6Copy full SHA for aadbce6
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.55.1 - June 8, 2025
2
+- Fix inline Struct definition (#962)
3
+- Ensure DocMap requires bundler when loading gemspecs (#963)
4
+- DelegatedMethod improvements (#953)
5
+
6
## 0.55.0 - June 3, 2025
7
- Flow-sensitive typing - automatically downcast from is_a? calls (#856)
8
- Tuple enabler: infer literal types and use them for signature selection (#836)
lib/solargraph/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Solargraph
- VERSION = '0.55.0'
+ VERSION = '0.55.1'
end
0 commit comments