Skip to content

Commit 42cd702

Browse files
chore: bump Version to 0.1.0
First tagged release cut — v0.1.0. Still SemVer pre-1.0 so API breakage remains allowed until 1.0.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6982aea commit 42cd702

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ embeddings. The surface covers the retriever path (`Score` +
55
`GetMetadata`), the capture path (`Insert` with a local FHE encrypt
66
step), and the key/index lifecycle needed to stand a deployment up.
77

8-
Status: pre-1.0 (`Version = "0.0.0"`).
8+
Status: pre-1.0 (`Version = "0.1.0"`).
99

1010
## Requirements
1111

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
es2epb "github.com/CryptoLabInc/envector-go-sdk/internal/transport/pb/es2e"
1616
)
1717

18-
const Version = "0.0.0"
18+
const Version = "0.1.0"
1919

2020
// Client is a gRPC handle to an enVector server. Construct one with
2121
// NewClient and release with Close. Methods are safe for concurrent use.

0 commit comments

Comments
 (0)