Skip to content

Commit aadbce6

Browse files
committed
Release 0.55.1
1 parent dc09f8f commit aadbce6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 0.55.0 - June 3, 2025
27
- Flow-sensitive typing - automatically downcast from is_a? calls (#856)
38
- Tuple enabler: infer literal types and use them for signature selection (#836)

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.55.0'
4+
VERSION = '0.55.1'
55
end

0 commit comments

Comments
 (0)