Skip to content

Commit 767a5fc

Browse files
committed
Release 0.53.3
1 parent 2712171 commit 767a5fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.53.3 - March 29, 2025
2+
- Remove redundant core fills (#824, #841)
3+
- Resolve self type in variable assignments (#839)
4+
- Eliminate splat-related false-alarms in strict typechecking (#840)
5+
- Dynamic block binding with yieldreceiver (#842)
6+
- Resolve generics by descending through context type (#847)
7+
18
## 0.53.2 - March 27, 2025
29
- Fix a self-type-related false-positive in strict typechecking (#834)
310
- DocMap fetches gem dependencies (#835)

lib/solargraph/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Solargraph
4-
VERSION = '0.53.2'
4+
VERSION = '0.53.3'
55
end

0 commit comments

Comments
 (0)