We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2712171 commit 767a5fcCopy full SHA for 767a5fc
CHANGELOG.md
@@ -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
+
8
## 0.53.2 - March 27, 2025
9
- Fix a self-type-related false-positive in strict typechecking (#834)
10
- DocMap fetches gem dependencies (#835)
lib/solargraph/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Solargraph
- VERSION = '0.53.2'
+ VERSION = '0.53.3'
end
0 commit comments