From ed2d758041ab78d7371cbfd529aca7575e469a50 Mon Sep 17 00:00:00 2001 From: Grant Date: Sat, 13 Jun 2026 06:40:14 -0500 Subject: [PATCH] Update API-stability note to Keysat v0.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 832a5a4..e297d17 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ When fetched standalone via `go get`, the crosscheck test skips gracefully (the ## API stability -This SDK is alpha alongside Keysat v0.1.0. The wire format itself is stable and won't break compatibility — license keys issued by any v0.1 daemon will keep parsing in any future SDK. The Go API surface (function names, struct fields) may settle further before v1.0; nothing here is wildly out of line with idiomatic Go but expect minor tweaks. +This SDK is alpha; the wire format is stable against Keysat v0.2. The LIC1 format itself won't break compatibility — license keys issued by any Keysat daemon will keep parsing in any future SDK. The Go API surface (function names, struct fields) may settle further before v1.0; nothing here is wildly out of line with idiomatic Go but expect minor tweaks. ## License