Skip to content

Commit 2b8f2a5

Browse files
committed
Release 0.60.0
1 parent 7af9a84 commit 2b8f2a5

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.6.0 - June 15, 2026
2+
- Add YARD macro support for DSL methods (#1187)
3+
- YARD macros - More typecheck fixes (#1188)
4+
- Macro fixes (#1189)
5+
- Unused macro methods (#1191)
6+
- Transitive macros (#1203)
7+
- Allow CTRL-C interruption of profile command + macro debug logs (#1206)
8+
- Support for Inline RBS (#1173)
9+
- Make typechecker errors vim quickfix friendly (#1072)
10+
- Generate RBS (#812)
11+
112
## 0.59.2 - May 22, 2026
213
- Convert RBS implicit nil annotations (#1197)
314
- Temporary job stubs (#1200)

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

0 commit comments

Comments
 (0)