From adfeee9057839ebf715d8bb47d7f0af2e2768d91 Mon Sep 17 00:00:00 2001 From: Ademar Gonzalez Date: Sun, 23 Aug 2026 10:39:54 -0400 Subject: [PATCH] Release 0.6.0 Since 0.5.0: ADR 0009 end to end -- ik check with JSON diagnostics, environment enumeration primitives and REPL tab completion, the ik lsp language server, reader recovery, the environment view and profile status bar, and the ik session evaluation protocol -- plus the IronKernel.Math and IronKernel.Time packages, and one breaking change: show now renders a value to a string instead of printing it (write it with (print (show x))). --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 8f0916f..a918a2a 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.5.0 +0.6.0