From edc9992c758ebb3cc0d6ec872d21af0efe433755 Mon Sep 17 00:00:00 2001 From: Kiran Muddukrishna Date: Thu, 20 Aug 2026 09:40:04 +1000 Subject: [PATCH] docs: update the README warning from no-releases to early-release The warning still claimed there are no releases while the same README links to the v0.1.0 binaries; reframe as pre-1.0 with no stability guarantees. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ea31ce7..eb44b20 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # pg-sprite > [!WARNING] -> **Work in progress — not ready for any use.** This project is under active -> early-stage development. There are no releases, no stability guarantees, and -> no support. Interfaces, behavior, on-disk/database artifacts, and the CLI -> surface may all change without notice. Do **not** run this against any -> database you care about. +> **Early release — not production-ready.** This project is under active +> development. Tagged releases exist, but pre-1.0 there are no stability +> guarantees and no support. Interfaces, behavior, on-disk/database artifacts, +> and the CLI surface may all change between releases. Do **not** run this +> against any database you care about. > Working name — see the naming task in the research build tracker.