File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.55.0 - June 3, 2025
2
+ - Flow-sensitive typing - automatically downcast from is_a? calls (#856 )
3
+ - Tuple enabler: infer literal types and use them for signature selection (#836 )
4
+ - Signature selection improvements (#907 )
5
+ - Add support for Ruby Structs (#939 )
6
+ - [ regression] Fix interface change breaking solargraph-rails (#940 )
7
+ - [ regression] Add back bundler/require support for solargraph-rails (#941 )
8
+ - Add specs for initialize capabilities (#955 )
9
+ - Create MethodAlias pins from YARD (#945 )
10
+ - MessageWorker prioritizes synchronization (#956 )
11
+ - initialize/new method pin cleanups (#949 )
12
+ - Clip rebinds blocks when cursor is not part of receiver (#958 )
13
+
1
14
## 0.54.5 - May 17, 2025
2
15
- Repair unknown encoding errors (#936 , #935 )
3
16
- Index arbitrary pinsets (#937 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Solargraph
4
- VERSION = '0.54.5 '
4
+ VERSION = '0.55.0 '
5
5
end
You can’t perform that action at this time.
0 commit comments