diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2026-01-30 12:16:57 +0200 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2026-01-30 12:16:57 +0200 |
| commit | dddfec90d5286b6182256b80aab5ed1659ba3504 (patch) | |
| tree | 0821bf3ca3f37a2f029e52b4a29b80752a0760fe | |
| parent | be127d0d1790ee10eb2c9103f32ab27fb98d4f4d (diff) | |
chore: bump version to 0.16.0v0.16.0
Major features:
- Native Anthropic API provider support
- Configurable completion_wait_all option for multi-backend completions
| -rw-r--r-- | internal/version.go | 2 |
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" |
