We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437f60f commit 43f4caaCopy full SHA for 43f4caa
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.59.2 - May 22, 2026
2
+- Convert RBS implicit nil annotations (#1197)
3
+- Temporary job stubs (#1200)
4
+- Limit pin combination to doc maps (#1195)
5
+- Ignore literal values in type inference (#1201)
6
+- Fix for clips with flaky node recipients
7
+
8
## 0.59.1 - May 18, 2026
9
- Fix signatureHelp bug (#1185)
10
- Linting fixes for Ruby 3.1 (#1193)
lib/solargraph/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Solargraph
- VERSION = ENV.fetch('SOLARGRAPH_FORCE_VERSION', '0.59.1')
+ VERSION = ENV.fetch('SOLARGRAPH_FORCE_VERSION', '0.59.2')
end
0 commit comments