From: Stefan Gasser Date: Wed, 24 Jun 2026 06:43:39 +0000 (+0200) Subject: Bump version to 0.7.0 X-Git-Tag: v0.7.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cf075d19c2a8cd0f509b9ee2bb626a39a50b2c8e;p=sgasser-llm-shield.git Bump version to 0.7.0 --- diff --git a/docs/api-reference/status.mdx b/docs/api-reference/status.mdx index f34f0e0..710a857 100644 --- a/docs/api-reference/status.mdx +++ b/docs/api-reference/status.mdx @@ -66,7 +66,7 @@ curl http://localhost:3000/info ```json { "name": "PasteGuard", - "version": "0.6.0", + "version": "0.7.0", "description": "Privacy proxy for LLMs", "mode": "mask", "providers": { diff --git a/package.json b/package.json index c15a31b..58af3f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pasteguard", - "version": "0.6.0", + "version": "0.7.0", "description": "Privacy proxy for LLMs. Masks personal data and secrets before sending to your provider.", "type": "module", "main": "src/index.ts",