Skip to content

Commit b036fbe

Browse files
committed
Release 0.55.0
1 parent 0fa771a commit b036fbe

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
## 0.54.5 - May 17, 2025
215
- Repair unknown encoding errors (#936, #935)
316
- Index arbitrary pinsets (#937)

lib/solargraph/version.rb

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 Solargraph
4-
VERSION = '0.54.5'
4+
VERSION = '0.55.0'
55
end

0 commit comments

Comments
 (0)