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 7af9a84 commit 2b8f2a5Copy full SHA for 2b8f2a5
2 files changed
CHANGELOG.md
@@ -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
+
12
## 0.59.2 - May 22, 2026
13
- Convert RBS implicit nil annotations (#1197)
14
- Temporary job stubs (#1200)
lib/solargraph/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Solargraph
- VERSION = ENV.fetch('SOLARGRAPH_FORCE_VERSION', '0.59.2')
+ VERSION = ENV.fetch('SOLARGRAPH_FORCE_VERSION', '0.60.0')
end
0 commit comments