From dddfec90d5286b6182256b80aab5ed1659ba3504 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Jan 2026 12:16:57 +0200 Subject: chore: bump version to 0.16.0 Major features: - Native Anthropic API provider support - Configurable completion_wait_all option for multi-backend completions --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index a416c62..c2b80a2 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,4 +1,4 @@ // Summary: Hexai semantic version identifier used by CLI and LSP binaries. package internal -const Version = "0.15.3" +const Version = "0.16.0" -- cgit v1.2.3