summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2026-01-30 12:16:57 +0200
committerPaul Buetow <pbuetow@mimecast.com>2026-01-30 12:16:57 +0200
commitdb458250566d2f4ef8b137e7ec1a65ccd4d299ef (patch)
tree0821bf3ca3f37a2f029e52b4a29b80752a0760fe
parent3f1ab18cbc996c9467dae6d8deb2c26798aff30e (diff)
chore: bump version to 0.16.0
Major features: - Native Anthropic API provider support - Configurable completion_wait_all option for multi-backend completions
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
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"