Skip to content

Commit 43f4caa

Browse files
committed
Release 0.59.2
1 parent 437f60f commit 43f4caa

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 0.59.1 - May 18, 2026
29
- Fix signatureHelp bug (#1185)
310
- Linting fixes for Ruby 3.1 (#1193)

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 = ENV.fetch('SOLARGRAPH_FORCE_VERSION', '0.59.1')
4+
VERSION = ENV.fetch('SOLARGRAPH_FORCE_VERSION', '0.59.2')
55
end

0 commit comments

Comments
 (0)