From 6e25b91b8e42cba3bb8d89ae2a8fc931e1e850b7 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Mon, 6 Jul 2026 17:43:06 +0000 Subject: [PATCH] chore(release): regenerate openapi.json for 0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 0.8.1 version bump (215a8aa) bumped Cargo.toml but not the generated OpenAPI doc, leaving info.version stale at 0.8.0. Regenerated — version string only, no API surface change. Co-Authored-By: Claude Opus 4.8 --- api/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/openapi.json b/api/openapi.json index b2e2ac9..4921698 100644 --- a/api/openapi.json +++ b/api/openapi.json @@ -10,7 +10,7 @@ "name": "MIT OR Apache-2.0", "identifier": "MIT OR Apache-2.0" }, - "version": "0.8.0" + "version": "0.8.1" }, "paths": { "/api/v1/clients": {