From 4baa12febff3bb17d171aed45eb6d3c9c75c7ddf Mon Sep 17 00:00:00 2001 From: Ewan Croft Date: Wed, 5 Aug 2026 16:09:44 +0100 Subject: [PATCH] build(version): bump to 0.6.5 Typed output-decoder coverage for ref-shaped endpoint outputs (#18) landed on main: 260/314 callable endpoints now have generated decoders, up from 231, enforced by a new test_lexgen assertion. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 458ad36..85f5093 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(POLICY CMP0156) cmake_policy(SET CMP0156 NEW) endif() project(wolfram - VERSION 0.6.4 + VERSION 0.6.5 DESCRIPTION "A C SDK for the AT Protocol" LANGUAGES C CXX ) -- 2.51.2